Method: HelloextendApiClient::InvoiceItems.openapi_types
- Defined in:
- lib/helloextend_api_client/models/invoice_items.rb
.openapi_types ⇒ Object
Attribute type mapping.
50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'lib/helloextend_api_client/models/invoice_items.rb', line 50 def self.openapi_types { :'title' => :'String', :'transaction_date' => :'DateTime', :'retail_price' => :'Amount', :'unit_price' => :'Amount', :'line_total' => :'Amount', :'quantity' => :'Float', :'discount' => :'InvoiceDiscount', :'metadata' => :'InvoiceMetadata' } end |