Class: LexofficeClient::Invoice

Inherits:
Model::Base show all
Defined in:
lib/lexoffice_client/invoice.rb

Defined Under Namespace

Classes: CreateService, ReadService

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model::Base

#attributes=, #initialize

Methods included from Model::Base::SerializationConcern

#as_json, #to_json

Methods included from Model::Base::AttributeNamesConcern

#attributes, included

Constructor Details

This class inherits a constructor from LexofficeClient::Model::Base

Instance Attribute Details

#addressObject

Returns the value of attribute address.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def address
  @address
end

#archivedObject

Returns the value of attribute archived.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def archived
  @archived
end

#closing_invoiceObject

Returns the value of attribute closing_invoice.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def closing_invoice
  @closing_invoice
end

#created_dateObject

Returns the value of attribute created_date.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def created_date
  @created_date
end

#due_dateObject

Returns the value of attribute due_date.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def due_date
  @due_date
end

#filesObject

Returns the value of attribute files.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def files
  @files
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def id
  @id
end

#introductionObject

Returns the value of attribute introduction.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def introduction
  @introduction
end

#languageObject

Returns the value of attribute language.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def language
  @language
end

#line_itemsObject

Returns the value of attribute line_items.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def line_items
  @line_items
end

#organization_idObject

Returns the value of attribute organization_id.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def organization_id
  @organization_id
end

#payment_conditionsObject

Returns the value of attribute payment_conditions.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def payment_conditions
  @payment_conditions
end

Returns the value of attribute related_vouchers.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def related_vouchers
  @related_vouchers
end

#remarkObject

Returns the value of attribute remark.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def remark
  @remark
end

#shipping_conditionsObject

Returns the value of attribute shipping_conditions.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def shipping_conditions
  @shipping_conditions
end

#tax_amountsObject

Returns the value of attribute tax_amounts.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def tax_amounts
  @tax_amounts
end

#tax_conditionsObject

Returns the value of attribute tax_conditions.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def tax_conditions
  @tax_conditions
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def title
  @title
end

#total_priceObject

Returns the value of attribute total_price.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def total_price
  @total_price
end

#updated_dateObject

Returns the value of attribute updated_date.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def updated_date
  @updated_date
end

#versionObject

Returns the value of attribute version.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def version
  @version
end

#voucher_dateObject

Returns the value of attribute voucher_date.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def voucher_date
  @voucher_date
end

#voucher_numberObject

Returns the value of attribute voucher_number.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def voucher_number
  @voucher_number
end

#voucher_statusObject

Returns the value of attribute voucher_status.



3
4
5
# File 'lib/lexoffice_client/invoice.rb', line 3

def voucher_status
  @voucher_status
end