Class: PayPal::SDK::Merchant::DataTypes::UserSelectedOptionType

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

Overview

Information on user selected options

Class Method Summary collapse

Class Method Details

.load_membersObject



2319
2320
2321
2322
2323
2324
2325
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2319

def self.load_members
  object_of :ShippingCalculationMode, String, :namespace => :ebl
  object_of :InsuranceOptionSelected, String, :namespace => :ebl
  object_of :ShippingOptionIsDefault, String, :namespace => :ebl
  object_of :ShippingOptionAmount, BasicAmountType, :namespace => :ebl
  object_of :ShippingOptionName, String, :namespace => :ebl
end