class PayPal::SDK::AdaptivePayments::DataTypes::ConvertCurrencyResponse

A response that contains a table of estimated converted currencies based on the Convert Currency Request.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 664
def self.load_members
  include ResponseStatus
  object_of :responseEnvelope, ResponseEnvelope, :required => true
  object_of :estimatedAmountTable, CurrencyConversionTable, :required => true
  array_of :error, ErrorData
end