Class: Einvoice::Neweb::Model::InvoiceItem

Inherits:
Base
  • Object
show all
Defined in:
lib/einvoice/neweb/model/invoice_item.rb

Constant Summary collapse

VALID_OPTIONS_KEYS =
[
  :description,
  :quantity,
  :unit,
  :unit_price,
  :amount,
  :sequence_number,
  :remark
].freeze

Method Summary

Methods inherited from Base

#attributes, #attributes=