Class: PayPal::SDK::ButtonManagerRails::DataTypes::UserSelectedOptionType

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

Overview

Information on user selected options

Class Method Summary collapse

Class Method Details

.load_membersObject



2260
2261
2262
2263
2264
2265
2266
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2260

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