Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 443 Bytes

File metadata and controls

19 lines (12 loc) · 443 Bytes

XeroRuby::Accounting::Currency

Properties

Name Type Description Notes
code CurrencyCode [optional]
description String Name of Currency [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Currency.new(code: null,
                                 description: null)