Class: Einvoice::Tradevan::Model::VoidData
- Inherits:
-
Base
- Object
- Base
- Einvoice::Tradevan::Model::VoidData
show all
- Defined in:
- lib/einvoice/tradevan/model/void_data.rb
Constant Summary
collapse
- VALID_OPTIONS_KEYS =
[
:type,
:saleIdentifier,
:invoiceNumber,
:invoicePaperReturned,
:allowanceNumber,
:allowancePaperReturned,
].freeze
Instance Method Summary
collapse
Methods inherited from Base
#attributes, #attributes=
Instance Method Details
#payload ⇒ Object
27
28
29
|
# File 'lib/einvoice/tradevan/model/void_data.rb', line 27
def payload
serializable_hash(except: [:errors, :validation_context, :itemList])
end
|