Note: This model is deprecated.
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.