class PayPal::SDK::Merchant::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/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