Class: PayPal::SDK::Merchant::DataTypes::DisplayControlDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::DisplayControlDetailsType
- 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_members ⇒ Object
3193 3194 3195 3196 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3193 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 |