Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 739 Bytes

V1Money.md

File metadata and controls

12 lines (8 loc) · 739 Bytes

V1Money

Properties

Name Getter Setter Type Description Notes
amount getAmount() setAmount($value) int 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). [optional]
currency_code getCurrencyCode() setCurrencyCode($value) string [optional]

Note: All properties are protected and only accessed via getters and setters.

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