Class: PayPal::SDK::AdaptivePayments::DataTypes::CurrencyConversionList

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/adaptive_payments/data_types.rb

Overview

A list of estimated currency conversions for a base currency.

Class Method Summary collapse

Class Method Details

.load_membersObject



235
236
237
238
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 235

def self.load_members
  object_of :baseAmount, CurrencyType, :required => true
  object_of :currencyList, CurrencyList, :required => true
end