class PayPal::SDK::ButtonManagerRails::DataTypes::DisplayControlDetailsType

Contains elements that allows customization of display (user interface) elements.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 3119
def self.load_members
  # Optional URL to pay button image for the inline checkout flow. Currently applicable only to the inline checkout flow when the FlowControlDetails/InlineReturnURL is present.
  object_of :InContextPaymentButtonImage, String, :namespace => :ebl
end