Class: PayPal::SDK::ButtonManager::DataTypes::DisplayControlDetailsType

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

Overview

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

Class Method Summary collapse

Class Method Details

.load_membersObject



3119
3120
3121
3122
# File 'lib/paypal-sdk/button_manager/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