Method: PayPal::SDK::ButtonManager::DataTypes::OptionSelectionDetailsType.load_members

Defined in:
lib/paypal-sdk/button_manager/data_types.rb

.load_membersObject

[View source]

3365
3366
3367
3368
3369
3370
3371
3372
3373
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3365

def self.load_members
  # Option Selection. Required Character length and limitations: 12 single-byte alphanumeric characters 
  object_of :OptionSelection, String, :namespace => :ns, :required => true
  # Option Price. Optional 
  object_of :Price, String, :namespace => :ns
  # Option Type Optional 
  object_of :OptionType, OptionTypeListType, :namespace => :ns
  array_of :PaymentPeriod, InstallmentDetailsType, :namespace => :ns
end