Method: MergeAccountingClient::CreditNoteLineItem.openapi_types
- Defined in:
- lib/merge_accounting_client/models/credit_note_line_item.rb
.openapi_types ⇒ Object
Attribute type mapping.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'lib/merge_accounting_client/models/credit_note_line_item.rb', line 95 def self.openapi_types { :'item' => :'String', :'name' => :'String', :'description' => :'String', :'quantity' => :'String', :'memo' => :'String', :'unit_price' => :'String', :'tax_rate' => :'String', :'total_line_amount' => :'String', :'tracking_category' => :'String', :'tracking_categories' => :'Array<String>', :'account' => :'String', :'company' => :'String', :'remote_id' => :'String', :'remote_was_deleted' => :'Boolean', :'id' => :'String', :'created_at' => :'Time', :'modified_at' => :'Time' } end |