FxAmount
(In Development)
Contains the amount in converted currency during currency conversion.
amountinteger
Converted amount (in minor units).
ratenumber
Currency conversion rate.
currencyCurrency (string)
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters and <= 3 characters
Example:
EURFxAmount
{
"amount": 0,
"rate": 0,
"currency": "EUR"
}