class PayPal::SDK::AdaptivePayments::DataTypes::CurrencyList

A list of ISO currencies.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 254
def self.load_members
  array_of :currency, CurrencyType, :required => true
end