Class: PayPal::SDK::Merchant::DataTypes::OptionSelectionDetailsType

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

Overview

Option Selection. Required Character length and limitations: 12 single-byte alphanumeric characters

Class Method Summary collapse

Class Method Details

.load_membersObject



3466
3467
3468
3469
3470
3471
3472
3473
3474
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3466

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