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



3473
3474
3475
3476
3477
3478
3479
3480
3481
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3473

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