Class: Einvoice::Neweb::Model::PreInvoice

Inherits:
Invoice
  • Object
show all
Defined in:
lib/einvoice/neweb/model/pre_invoice.rb

Constant Summary collapse

TYPE_SPECIFIC_KEYS =
[:data_number, :data_date]

Constants inherited from Invoice

Invoice::VALID_OPTIONS_KEYS

Instance Method Summary collapse

Methods inherited from Invoice

#payload, #wrapped_payload

Methods inherited from Base

#attributes, #attributes=

Methods included from Validator

#valid_float?

Constructor Details

#initializePreInvoice

Returns a new instance of PreInvoice.



12
13
14
# File 'lib/einvoice/neweb/model/pre_invoice.rb', line 12

def initialize
  # overwritten
end