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



2325
2326
2327
2328
2329
2330
2331
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2325

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