class PayPal::SDK::AdaptivePayments::DataTypes::ConvertCurrencyRequest

A request to convert one or more currencies into their estimated values in other currencies.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 650
def self.load_members
  object_of :requestEnvelope, RequestEnvelope, :required => true
  object_of :baseAmountList, CurrencyList, :required => true
  object_of :convertToCurrencyList, CurrencyCodeList, :required => true
  # The two-character ISO country code where fx suppposed to happen
  object_of :countryCode, String
  object_of :conversionType, String
end