The currency and amount for a financial transaction, such as a balance or payment due.
| Name | Type | Description | Notes |
|---|---|---|---|
| currencyCode | String | The three-character ISO-4217 currency code that identifies the currency. | |
| value | String | The value, which might be:<ul><li>An integer for currencies like `JPY` that are not typically fractional.</li><li>A decimal fraction for currencies like `TND` that are subdivided into thousandths.</li></ul>For the required number of decimal places for a currency code, see Currency Codes. |