Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 779 Bytes

File metadata and controls

15 lines (7 loc) · 779 Bytes

Money

The currency and amount for a financial transaction, such as a balance or payment due.

Properties

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.