Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 493 Bytes

Money.md

File metadata and controls

22 lines (16 loc) · 493 Bytes

EtsyApi::Money

Properties

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]

Example

require 'etsy_api'

instance = EtsyApi::Money.new(
  amount: null,
  divisor: null,
  currency_code: null
)