Method: XeroRuby::Accounting::JournalLine.openapi_types
- Defined in:
- lib/xero-ruby/models/accounting/journal_line.rb
.openapi_types ⇒ Object
Attribute type mapping.
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/xero-ruby/models/accounting/journal_line.rb', line 74 def self.openapi_types { :'journal_line_id' => :'String', :'account_id' => :'String', :'account_code' => :'String', :'account_type' => :'AccountType', :'account_name' => :'String', :'description' => :'String', :'net_amount' => :'BigDecimal', :'gross_amount' => :'BigDecimal', :'tax_amount' => :'BigDecimal', :'tax_type' => :'String', :'tax_name' => :'String', :'tracking_categories' => :'Array<TrackingCategory>' } end |