Class: PayPal::SDK::AdaptivePayments::DataTypes::DisplayOptions

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

Overview

Customizable options that a client application can specify for display purposes.

Class Method Summary collapse

Class Method Details

.load_membersObject



263
264
265
266
267
268
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 263

def self.load_members
  object_of :emailHeaderImageUrl, String
  object_of :emailMarketingImageUrl, String
  object_of :headerImageUrl, String
  object_of :businessName, String
end