Name | Type | Description | Notes |
---|---|---|---|
amount | Integer | The amount of represented by this data. | [optional] |
divisor | Integer | The divisor to render the amount. | [optional] |
currency_code | String | The ISO currency code for this data. | [optional] |
require 'etsy_api'
instance = EtsyApi::Money.new(
amount: null,
divisor: null,
currency_code: null
)