Class: Fortnox::InvoicePayment
- Defined in:
- lib/fortnox/resources/invoice_payment.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#amount_currency ⇒ Object
Returns the value of attribute amount_currency.
-
#booked ⇒ Object
Returns the value of attribute booked.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#currency_rate ⇒ Object
Returns the value of attribute currency_rate.
-
#currency_unit ⇒ Object
Returns the value of attribute currency_unit.
-
#external_invoice_reference1 ⇒ Object
Returns the value of attribute external_invoice_reference1.
-
#external_invoice_reference2 ⇒ Object
Returns the value of attribute external_invoice_reference2.
-
#invoice_customer_name ⇒ Object
Returns the value of attribute invoice_customer_name.
-
#invoice_customer_number ⇒ Object
Returns the value of attribute invoice_customer_number.
-
#invoice_due_date ⇒ Object
Returns the value of attribute invoice_due_date.
-
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
-
#invoice_ocr ⇒ Object
Returns the value of attribute invoice_ocr.
-
#invoice_total ⇒ Object
Returns the value of attribute invoice_total.
-
#mode_of_payment ⇒ Object
Returns the value of attribute mode_of_payment.
-
#number ⇒ Object
Returns the value of attribute number.
-
#payment_date ⇒ Object
Returns the value of attribute payment_date.
-
#source ⇒ Object
Returns the value of attribute source.
-
#voucher_number ⇒ Object
Returns the value of attribute voucher_number.
-
#voucher_series ⇒ Object
Returns the value of attribute voucher_series.
-
#voucher_year ⇒ Object
Returns the value of attribute voucher_year.
-
#write_offs ⇒ Object
Returns the value of attribute write_offs.
Method Summary
Methods inherited from Resource
build_objects, create, #endpoint, endpoint, fetch, #initialize, perform_request, relation, relations, search, #to_hash, #to_json, #update
Constructor Details
This class inherits a constructor from Fortnox::Resource
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def amount @amount end |
#amount_currency ⇒ Object
Returns the value of attribute amount_currency.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def amount_currency @amount_currency end |
#booked ⇒ Object
Returns the value of attribute booked.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def booked @booked end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def currency @currency end |
#currency_rate ⇒ Object
Returns the value of attribute currency_rate.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def currency_rate @currency_rate end |
#currency_unit ⇒ Object
Returns the value of attribute currency_unit.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def currency_unit @currency_unit end |
#external_invoice_reference1 ⇒ Object
Returns the value of attribute external_invoice_reference1.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def external_invoice_reference1 @external_invoice_reference1 end |
#external_invoice_reference2 ⇒ Object
Returns the value of attribute external_invoice_reference2.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def external_invoice_reference2 @external_invoice_reference2 end |
#invoice_customer_name ⇒ Object
Returns the value of attribute invoice_customer_name.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def invoice_customer_name @invoice_customer_name end |
#invoice_customer_number ⇒ Object
Returns the value of attribute invoice_customer_number.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def invoice_customer_number @invoice_customer_number end |
#invoice_due_date ⇒ Object
Returns the value of attribute invoice_due_date.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def invoice_due_date @invoice_due_date end |
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def invoice_number @invoice_number end |
#invoice_ocr ⇒ Object
Returns the value of attribute invoice_ocr.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def invoice_ocr @invoice_ocr end |
#invoice_total ⇒ Object
Returns the value of attribute invoice_total.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def invoice_total @invoice_total end |
#mode_of_payment ⇒ Object
Returns the value of attribute mode_of_payment.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def mode_of_payment @mode_of_payment end |
#number ⇒ Object
Returns the value of attribute number.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def number @number end |
#payment_date ⇒ Object
Returns the value of attribute payment_date.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def payment_date @payment_date end |
#source ⇒ Object
Returns the value of attribute source.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def source @source end |
#voucher_number ⇒ Object
Returns the value of attribute voucher_number.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def voucher_number @voucher_number end |
#voucher_series ⇒ Object
Returns the value of attribute voucher_series.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def voucher_series @voucher_series end |
#voucher_year ⇒ Object
Returns the value of attribute voucher_year.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def voucher_year @voucher_year end |
#write_offs ⇒ Object
Returns the value of attribute write_offs.
3 4 5 |
# File 'lib/fortnox/resources/invoice_payment.rb', line 3 def write_offs @write_offs end |