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



2314
2315
2316
2317
2318
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2314

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