Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 844 Bytes

V1Money.md

File metadata and controls

17 lines (10 loc) · 844 Bytes

V1Money

Description

Note: This model is deprecated.

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 See Currency for possible values [optional]

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

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