AmountDTO
currencystringrequired
ISO 4217 Alpha 3 currency code.
Possible values: >= 3 characters and <= 3 characters
amountstringrequired
The amount given with fractional digits, where fractions must be compliant to the currency definition. Negative amounts are signed by minus. The decimal separator is a dot.
Possible values: non-empty and <= 12 characters
AmountDTO
{
"currency": "string",
"amount": "string"
}