Class: PayPal::SDK::Merchant::DataTypes::DisplayControlDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

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

Class Method Summary collapse

Class Method Details

.load_membersObject



3186
3187
3188
3189
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3186

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