Class: PayPal::SDK::AdaptivePayments::DataTypes::ConvertCurrencyRequest

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

Overview

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

Class Method Summary collapse

Class Method Details

.load_membersObject



650
651
652
653
654
655
656
657
# 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