Class: PayPal::SDK::ButtonManager::DataTypes::UserSelectedOptionType

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

Overview

Information on user selected options

Class Method Summary collapse

Class Method Details

.load_membersObject



2225
2226
2227
2228
2229
2230
2231
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2225

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