Skip to main content

CurrencyAmount

Amountstringrequired

Possible values: Value must match regular expression ^\d{1,13}\.\d{1,5}$

Example: 150.00
Currencystringrequired

Possible values: Value must match regular expression ^[A-Z]{3,3}$

Example: GBP
CurrencyAmount
{
"Amount": "150.00",
"Currency": "GBP"
}