Class: Fastbill::Automatic::Customer
- Includes:
- Services::Delete, Services::Update
- Defined in:
- lib/fastbill-automatic/customer.rb
Instance Attribute Summary collapse
-
#account_receivable ⇒ Object
Returns the value of attribute account_receivable.
-
#address ⇒ Object
Returns the value of attribute address.
-
#address_2 ⇒ Object
Returns the value of attribute address_2.
-
#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_code ⇒ Object
Returns the value of attribute bank_code.
-
#bank_name ⇒ Object
Returns the value of attribute bank_name.
-
#changedata_url ⇒ Object
Returns the value of attribute changedata_url.
-
#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_ext_uid ⇒ Object
Returns the value of attribute customer_ext_uid.
-
#customer_id ⇒ Object
readonly
Returns the value of attribute customer_id.
-
#customer_number ⇒ Object
Returns the value of attribute customer_number.
-
#customer_type ⇒ Object
Returns the value of attribute customer_type.
-
#dashboard_url ⇒ Object
readonly
Returns the value of attribute dashboard_url.
-
#days_for_payment ⇒ Object
Returns the value of attribute days_for_payment.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#language_code ⇒ Object
Returns the value of attribute language_code.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#mobile ⇒ Object
Returns the value of attribute mobile.
-
#newsletter_optin ⇒ Object
Returns the value of attribute newsletter_optin.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#payment_type ⇒ Object
Returns the value of attribute payment_type.
-
#paymill_token ⇒ Object
Returns the value of attribute paymill_token.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#phone_2 ⇒ Object
Returns the value of attribute phone_2.
-
#position ⇒ Object
Returns the value of attribute position.
-
#salutation ⇒ Object
Returns the value of attribute salutation.
-
#show_payment_notice ⇒ Object
Returns the value of attribute show_payment_notice.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#term ⇒ Object
Returns the value of attribute term.
-
#vat_id ⇒ Object
Returns the value of attribute vat_id.
-
#zipcode ⇒ Object
Returns the value of attribute zipcode.
Attributes inherited from Base
Method Summary
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
#account_receivable ⇒ Object
Returns the value of attribute account_receivable.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def account_receivable @account_receivable end |
#address ⇒ Object
Returns the value of attribute address.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def address @address end |
#address_2 ⇒ Object
Returns the value of attribute address_2.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def address_2 @address_2 end |
#bank_account_number ⇒ Object
Returns the value of attribute bank_account_number.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def bank_account_number @bank_account_number end |
#bank_account_owner ⇒ Object
Returns the value of attribute bank_account_owner.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def bank_account_owner @bank_account_owner end |
#bank_code ⇒ Object
Returns the value of attribute bank_code.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def bank_code @bank_code end |
#bank_name ⇒ Object
Returns the value of attribute bank_name.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def bank_name @bank_name end |
#changedata_url ⇒ Object
Returns the value of attribute changedata_url.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def changedata_url @changedata_url end |
#city ⇒ Object
Returns the value of attribute city.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def city @city end |
#comment ⇒ Object
Returns the value of attribute comment.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def comment @comment end |
#country_code ⇒ Object
Returns the value of attribute country_code.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def country_code @country_code end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def currency_code @currency_code end |
#customer_ext_uid ⇒ Object
Returns the value of attribute customer_ext_uid.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def customer_ext_uid @customer_ext_uid end |
#customer_id ⇒ Object (readonly)
Returns the value of attribute customer_id.
13 14 15 |
# File 'lib/fastbill-automatic/customer.rb', line 13 def customer_id @customer_id end |
#customer_number ⇒ Object
Returns the value of attribute customer_number.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def customer_number @customer_number end |
#customer_type ⇒ Object
Returns the value of attribute customer_type.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def customer_type @customer_type end |
#dashboard_url ⇒ Object (readonly)
Returns the value of attribute dashboard_url.
13 14 15 |
# File 'lib/fastbill-automatic/customer.rb', line 13 def dashboard_url @dashboard_url end |
#days_for_payment ⇒ Object
Returns the value of attribute days_for_payment.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def days_for_payment @days_for_payment end |
#email ⇒ Object
Returns the value of attribute email.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def fax @fax end |
#first_name ⇒ Object
Returns the value of attribute first_name.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def first_name @first_name end |
#language_code ⇒ Object
Returns the value of attribute language_code.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def language_code @language_code end |
#last_name ⇒ Object
Returns the value of attribute last_name.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def last_name @last_name end |
#mobile ⇒ Object
Returns the value of attribute mobile.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def mobile @mobile end |
#newsletter_optin ⇒ Object
Returns the value of attribute newsletter_optin.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def @newsletter_optin end |
#organization ⇒ Object
Returns the value of attribute organization.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def organization @organization end |
#payment_type ⇒ Object
Returns the value of attribute payment_type.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def payment_type @payment_type end |
#paymill_token ⇒ Object
Returns the value of attribute paymill_token.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def paymill_token @paymill_token end |
#phone ⇒ Object
Returns the value of attribute phone.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def phone @phone end |
#phone_2 ⇒ Object
Returns the value of attribute phone_2.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def phone_2 @phone_2 end |
#position ⇒ Object
Returns the value of attribute position.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def position @position end |
#salutation ⇒ Object
Returns the value of attribute salutation.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def salutation @salutation end |
#show_payment_notice ⇒ Object
Returns the value of attribute show_payment_notice.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def show_payment_notice @show_payment_notice end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
13 14 15 |
# File 'lib/fastbill-automatic/customer.rb', line 13 def status @status end |
#term ⇒ Object
Returns the value of attribute term.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def term @term end |
#vat_id ⇒ Object
Returns the value of attribute vat_id.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def vat_id @vat_id end |
#zipcode ⇒ Object
Returns the value of attribute zipcode.
7 8 9 |
# File 'lib/fastbill-automatic/customer.rb', line 7 def zipcode @zipcode end |