Name | DataType | Description |
---|---|---|
Value | int | Monetary value in 1/100 of the currency. e.g. if the currency is Pounds, then this value is in pence |
CurrencyCode | String | Currency of money e.g. GBP |
{
"value": 11200,
"currencyCode": "GBP"
}
Name | DataType | Description |
---|---|---|
Value | int | Monetary value in 1/100 of the currency. e.g. if the currency is Pounds, then this value is in pence |
CurrencyCode | String | Currency of money e.g. GBP |
{
"value": 11200,
"currencyCode": "GBP"
}