| Name | Type | Description | Notes |
|---|---|---|---|
| code | CurrencyCode | [optional] | |
| description | String | Name of Currency | [optional] |
require 'XeroRuby::Accounting'
instance = XeroRuby::Accounting::Currency.new(code: null,
description: null)| Name | Type | Description | Notes |
|---|---|---|---|
| code | CurrencyCode | [optional] | |
| description | String | Name of Currency | [optional] |
require 'XeroRuby::Accounting'
instance = XeroRuby::Accounting::Currency.new(code: null,
description: null)