class PayPal::SDK::Merchant::DataTypes::BasicAmountType

On requests, you must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 38
def self.load_members
  add_attribute :currencyID, :namespace => :cc, :required => true
  object_of :value, String, :namespace => :cc, :required => true
end