Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 939 Bytes

Money.md

File metadata and controls

10 lines (7 loc) · 939 Bytes

Money

Properties

Name Type Description Notes
Amount int64 The amount of money, in the smallest denomination of the currency indicated by `currency`. For example, when `currency` is `USD`, `amount` is in cents. Monetary amounts can be positive or negative. See the specific field description to determine the meaning of the sign in a particular case. [optional] [default to null]
Currency string The type of currency, in ISO 4217 format. For example, the currency code for US dollars is `USD`. See `Currency` for possible values. See Currency for possible values [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]