Class: PayPal::SDK::Merchant::DataTypes::ShippingOptionType

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

Overview

Fallback shipping options type.

Class Method Summary collapse

Class Method Details

.load_membersObject



2308
2309
2310
2311
2312
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2308

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