| ||
| detail: element | attribute | value | ||
XML Example:<Amount> <amt>java.math.BigDecimal</amt> <amt_usd>java.math.BigDecimal</amt_usd> <currency>CUR_USD | CUR_NZD | CUR_AUD | CUR_CAD | CUR_GBP | CUR_EUR</currency> </Amount> | JSON Example:{"Amount":
{
"amt": java.math.BigDecimal,
"amt_usd": java.math.BigDecimal,
"currency": 'CUR_USD' | 'CUR_NZD' | 'CUR_AUD' | 'CUR_CAD' | 'CUR_GBP' | 'CUR_EUR',
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| amt | java.math.BigDecimal | false | false | Amount in the 'native' currency. | |
| amt_usd | java.math.BigDecimal | false | false | An estimate of the amount as USD. | |
| currency | CUR_USD | CUR_NZD | CUR_AUD | CUR_CAD | CUR_GBP | CUR_EUR | false | false | The amount currency. |
| ||
| detail: element | attribute | value | ||