Class: LexofficeClient::Invoice
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::Invoice
- Defined in:
- lib/lexoffice_client/invoice.rb
Defined Under Namespace
Classes: CreateService, ReadService
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#archived ⇒ Object
Returns the value of attribute archived.
-
#closing_invoice ⇒ Object
Returns the value of attribute closing_invoice.
-
#created_date ⇒ Object
Returns the value of attribute created_date.
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#files ⇒ Object
Returns the value of attribute files.
-
#id ⇒ Object
Returns the value of attribute id.
-
#introduction ⇒ Object
Returns the value of attribute introduction.
-
#language ⇒ Object
Returns the value of attribute language.
-
#line_items ⇒ Object
Returns the value of attribute line_items.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#payment_conditions ⇒ Object
Returns the value of attribute payment_conditions.
-
#related_vouchers ⇒ Object
Returns the value of attribute related_vouchers.
-
#remark ⇒ Object
Returns the value of attribute remark.
-
#shipping_conditions ⇒ Object
Returns the value of attribute shipping_conditions.
-
#tax_amounts ⇒ Object
Returns the value of attribute tax_amounts.
-
#tax_conditions ⇒ Object
Returns the value of attribute tax_conditions.
-
#title ⇒ Object
Returns the value of attribute title.
-
#total_price ⇒ Object
Returns the value of attribute total_price.
-
#updated_date ⇒ Object
Returns the value of attribute updated_date.
-
#version ⇒ Object
Returns the value of attribute version.
-
#voucher_date ⇒ Object
Returns the value of attribute voucher_date.
-
#voucher_number ⇒ Object
Returns the value of attribute voucher_number.
-
#voucher_status ⇒ Object
Returns the value of attribute voucher_status.
Method Summary
Methods inherited from Model::Base
Methods included from Model::Base::SerializationConcern
Methods included from Model::Base::AttributeNamesConcern
Constructor Details
This class inherits a constructor from LexofficeClient::Model::Base
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def address @address end |
#archived ⇒ Object
Returns the value of attribute archived.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def archived @archived end |
#closing_invoice ⇒ Object
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_date ⇒ Object
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_date ⇒ Object
Returns the value of attribute due_date.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def due_date @due_date end |
#files ⇒ Object
Returns the value of attribute files.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def files @files end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def id @id end |
#introduction ⇒ Object
Returns the value of attribute introduction.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def introduction @introduction end |
#language ⇒ Object
Returns the value of attribute language.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def language @language end |
#line_items ⇒ Object
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_id ⇒ Object
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_conditions ⇒ Object
Returns the value of attribute payment_conditions.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def payment_conditions @payment_conditions end |
#related_vouchers ⇒ Object
Returns the value of attribute related_vouchers.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def @related_vouchers end |
#remark ⇒ Object
Returns the value of attribute remark.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def remark @remark end |
#shipping_conditions ⇒ Object
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_amounts ⇒ Object
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_conditions ⇒ Object
Returns the value of attribute tax_conditions.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def tax_conditions @tax_conditions end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def title @title end |
#total_price ⇒ Object
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_date ⇒ Object
Returns the value of attribute updated_date.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def updated_date @updated_date end |
#version ⇒ Object
Returns the value of attribute version.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def version @version end |
#voucher_date ⇒ Object
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_number ⇒ Object
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_status ⇒ Object
Returns the value of attribute voucher_status.
3 4 5 |
# File 'lib/lexoffice_client/invoice.rb', line 3 def voucher_status @voucher_status end |