Class: PayPal::SDK::AdaptivePayments::DataTypes::ConvertCurrencyResponse
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::ConvertCurrencyResponse
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Overview
A response that contains a table of estimated converted currencies based on the Convert Currency Request.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
664 665 666 667 668 669 |
# 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 |