Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 2.55 KB

amount.md

File metadata and controls

11 lines (7 loc) · 2.55 KB

Amount

An integer value representing money in a specific currency.

Fields

Field Type Required Description Example
currency Optional[str] A 3-letter ISO 4217 currency code. USD
value Optional[int] Quantity in the smallest unit of the specified currency. In USD this is cents, for example, $12.04 is 1204 and $0.99 is 99. 1204