CurrencyAmount
Amountstringrequired
Possible values: Value must match regular expression ^\d{1,13}\.\d{1,5}$
Example:
150.00Currencystringrequired
Possible values: Value must match regular expression ^[A-Z]{3,3}$
Example:
GBPCurrencyAmount
{
"Amount": "150.00",
"Currency": "GBP"
}