class PayPal::SDK::Merchant::DataTypes::OrderDetailsType
Description of the Order.
Public Class Methods
load_members()
click to toggle source
# 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