Class: PayPal::SDK::Merchant::DataTypes::OrderDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::OrderDetailsType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Description of the Order.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1056 1057 1058 1059 1060 1061 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1056 def self.load_members # Description of the Order. object_of :Description, String, :namespace => :ebl # Expected maximum amount that the merchant may pull using DoReferenceTransaction object_of :MaxAmount, BasicAmountType, :namespace => :ebl end |