Class: Fastbill::Automatic::Invoice
- Includes:
- Services::Cancel, Services::Complete, Services::Delete, Services::Sendbyemail, Services::Sendbypost, Services::Setpaid, Services::Sign, Services::Update
- Defined in:
- lib/fastbill-automatic/invoice.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#address_2 ⇒ Object
Returns the value of attribute address_2.
-
#affiliate ⇒ Object
Returns the value of attribute affiliate.
-
#bank_account_number ⇒ Object
Returns the value of attribute bank_account_number.
-
#bank_account_owner ⇒ Object
Returns the value of attribute bank_account_owner.
-
#bank_bic ⇒ Object
Returns the value of attribute bank_bic.
-
#bank_code ⇒ Object
Returns the value of attribute bank_code.
-
#bank_iban ⇒ Object
Returns the value of attribute bank_iban.
-
#bank_name ⇒ Object
Returns the value of attribute bank_name.
-
#cash_discount_days ⇒ Object
Returns the value of attribute cash_discount_days.
-
#cash_discount_percent ⇒ Object
Returns the value of attribute cash_discount_percent.
-
#city ⇒ Object
Returns the value of attribute city.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#customer_costcenter_id ⇒ Object
Returns the value of attribute customer_costcenter_id.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#customer_number ⇒ Object
Returns the value of attribute customer_number.
-
#days_for_payment ⇒ Object
Returns the value of attribute days_for_payment.
-
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
-
#document_url ⇒ Object
Returns the value of attribute document_url.
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#introtext ⇒ Object
Returns the value of attribute introtext.
-
#invoice_date ⇒ Object
Returns the value of attribute invoice_date.
-
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
-
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
-
#invoice_title ⇒ Object
Returns the value of attribute invoice_title.
-
#is_canceled ⇒ Object
Returns the value of attribute is_canceled.
-
#items ⇒ Object
Returns the value of attribute items.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#paid_date ⇒ Object
Returns the value of attribute paid_date.
-
#payment_info ⇒ Object
Returns the value of attribute payment_info.
-
#payment_type ⇒ Object
Returns the value of attribute payment_type.
-
#paypal_url ⇒ Object
Returns the value of attribute paypal_url.
-
#remaining_credits ⇒ Object
readonly
Returns the value of attribute remaining_credits.
-
#salutation ⇒ Object
Returns the value of attribute salutation.
-
#sub_total ⇒ Object
Returns the value of attribute sub_total.
-
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
-
#subscription_invoice_counter ⇒ Object
Returns the value of attribute subscription_invoice_counter.
-
#template_id ⇒ Object
Returns the value of attribute template_id.
-
#total ⇒ Object
Returns the value of attribute total.
-
#type ⇒ Object
Returns the value of attribute type.
-
#vat_id ⇒ Object
Returns the value of attribute vat_id.
-
#vat_items ⇒ Object
Returns the value of attribute vat_items.
-
#vat_total ⇒ Object
Returns the value of attribute vat_total.
-
#zipcode ⇒ Object
Returns the value of attribute zipcode.
Attributes inherited from Base
Method Summary
Methods included from Services::Setpaid
Methods included from Services::Sendbypost
Methods included from Services::Sendbyemail
Methods included from Services::Sign
Methods included from Services::Cancel
Methods included from Services::Complete
Methods included from Services::Delete
Methods included from Services::Update
Methods inherited from Base
clear_request_infos, #initialize, request_infos, request_infos=, #set_attributes
Methods included from Services::Create
Methods included from Services::Get
Constructor Details
This class inherits a constructor from Fastbill::Automatic::Base
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def address @address end |
#address_2 ⇒ Object
Returns the value of attribute address_2.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def address_2 @address_2 end |
#affiliate ⇒ Object
Returns the value of attribute affiliate.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def affiliate @affiliate end |
#bank_account_number ⇒ Object
Returns the value of attribute bank_account_number.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def bank_account_number @bank_account_number end |
#bank_account_owner ⇒ Object
Returns the value of attribute bank_account_owner.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def bank_account_owner @bank_account_owner end |
#bank_bic ⇒ Object
Returns the value of attribute bank_bic.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def bank_bic @bank_bic end |
#bank_code ⇒ Object
Returns the value of attribute bank_code.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def bank_code @bank_code end |
#bank_iban ⇒ Object
Returns the value of attribute bank_iban.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def bank_iban @bank_iban end |
#bank_name ⇒ Object
Returns the value of attribute bank_name.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def bank_name @bank_name end |
#cash_discount_days ⇒ Object
Returns the value of attribute cash_discount_days.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def cash_discount_days @cash_discount_days end |
#cash_discount_percent ⇒ Object
Returns the value of attribute cash_discount_percent.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def cash_discount_percent @cash_discount_percent end |
#city ⇒ Object
Returns the value of attribute city.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def city @city end |
#comment ⇒ Object
Returns the value of attribute comment.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def comment @comment end |
#country_code ⇒ Object
Returns the value of attribute country_code.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def country_code @country_code end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def currency_code @currency_code end |
#customer_costcenter_id ⇒ Object
Returns the value of attribute customer_costcenter_id.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def customer_costcenter_id @customer_costcenter_id end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def customer_id @customer_id end |
#customer_number ⇒ Object
Returns the value of attribute customer_number.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def customer_number @customer_number end |
#days_for_payment ⇒ Object
Returns the value of attribute days_for_payment.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def days_for_payment @days_for_payment end |
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def delivery_date @delivery_date end |
#document_url ⇒ Object
Returns the value of attribute document_url.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def document_url @document_url end |
#due_date ⇒ Object
Returns the value of attribute due_date.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def due_date @due_date end |
#first_name ⇒ Object
Returns the value of attribute first_name.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def first_name @first_name end |
#introtext ⇒ Object
Returns the value of attribute introtext.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def introtext @introtext end |
#invoice_date ⇒ Object
Returns the value of attribute invoice_date.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def invoice_date @invoice_date end |
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def invoice_id @invoice_id end |
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def invoice_number @invoice_number end |
#invoice_title ⇒ Object
Returns the value of attribute invoice_title.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def invoice_title @invoice_title end |
#is_canceled ⇒ Object
Returns the value of attribute is_canceled.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def is_canceled @is_canceled end |
#items ⇒ Object
Returns the value of attribute items.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def items @items end |
#last_name ⇒ Object
Returns the value of attribute last_name.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def last_name @last_name end |
#organization ⇒ Object
Returns the value of attribute organization.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def organization @organization end |
#paid_date ⇒ Object
Returns the value of attribute paid_date.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def paid_date @paid_date end |
#payment_info ⇒ Object
Returns the value of attribute payment_info.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def payment_info @payment_info end |
#payment_type ⇒ Object
Returns the value of attribute payment_type.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def payment_type @payment_type end |
#paypal_url ⇒ Object
Returns the value of attribute paypal_url.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def paypal_url @paypal_url end |
#remaining_credits ⇒ Object (readonly)
Returns the value of attribute remaining_credits.
22 23 24 |
# File 'lib/fastbill-automatic/invoice.rb', line 22 def remaining_credits @remaining_credits end |
#salutation ⇒ Object
Returns the value of attribute salutation.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def salutation @salutation end |
#sub_total ⇒ Object
Returns the value of attribute sub_total.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def sub_total @sub_total end |
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def subscription_id @subscription_id end |
#subscription_invoice_counter ⇒ Object
Returns the value of attribute subscription_invoice_counter.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def subscription_invoice_counter @subscription_invoice_counter end |
#template_id ⇒ Object
Returns the value of attribute template_id.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def template_id @template_id end |
#total ⇒ Object
Returns the value of attribute total.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def total @total end |
#type ⇒ Object
Returns the value of attribute type.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def type @type end |
#vat_id ⇒ Object
Returns the value of attribute vat_id.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def vat_id @vat_id end |
#vat_items ⇒ Object
Returns the value of attribute vat_items.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def vat_items @vat_items end |
#vat_total ⇒ Object
Returns the value of attribute vat_total.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def vat_total @vat_total end |
#zipcode ⇒ Object
Returns the value of attribute zipcode.
13 14 15 |
# File 'lib/fastbill-automatic/invoice.rb', line 13 def zipcode @zipcode end |