Class: PayPal::SDK::ButtonManager::DataTypes::OrderDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::OrderDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Description of the Order.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1041 1042 1043 1044 1045 1046 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1041 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 |