Method: EInvoiceAPI::Models::DocumentResponse::Item#quantity
- Defined in:
- lib/e_invoice_api/models/document_response.rb
#quantity ⇒ String?
The quantity of items (goods or services) that is the subject of the line item. Must be rounded to maximum 4 decimals. Can be negative for credit notes or corrections.
868 |
# File 'lib/e_invoice_api/models/document_response.rb', line 868 optional :quantity, String, nil?: true |