Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 589 Bytes

v1-money.md

File metadata and controls

22 lines (15 loc) · 589 Bytes

V1 Money

Structure

V1Money

Fields

Name Type Tags Description
amount int Optional Amount in the lowest denominated value of this Currency. E.g. in USD
these are cents, in JPY they are Yen (which do not have a 'cent' concept).
currency_code str (Currency) Optional Indicates the associated currency for an amount of money. Values correspond
to ISO 4217.

Example (as JSON)

{
  "amount": null,
  "currency_code": null
}