Class: PriorityPayoutGateway::Result::Customer
- Defined in:
- lib/priority_payout_gateway/result/customer.rb
Instance Attribute Summary collapse
-
#account_holder_type ⇒ Object
Returns the value of attribute account_holder_type.
-
#account_type ⇒ Object
Returns the value of attribute account_type.
-
#address_1 ⇒ Object
Returns the value of attribute address_1.
-
#address_2 ⇒ Object
Returns the value of attribute address_2.
-
#cc_bin ⇒ Object
Returns the value of attribute cc_bin.
-
#cc_exp ⇒ Object
Returns the value of attribute cc_exp.
-
#cc_hash ⇒ Object
Returns the value of attribute cc_hash.
-
#cc_issue_number ⇒ Object
Returns the value of attribute cc_issue_number.
-
#cc_number ⇒ Object
Returns the value of attribute cc_number.
-
#cc_start_date ⇒ Object
Returns the value of attribute cc_start_date.
-
#cell_phone ⇒ Object
Returns the value of attribute cell_phone.
-
#check_aba ⇒ Object
Returns the value of attribute check_aba.
-
#check_account ⇒ Object
Returns the value of attribute check_account.
-
#check_hash ⇒ Object
Returns the value of attribute check_hash.
-
#check_name ⇒ Object
Returns the value of attribute check_name.
-
#city ⇒ Object
Returns the value of attribute city.
-
#company ⇒ Object
Returns the value of attribute company.
-
#country ⇒ Object
Returns the value of attribute country.
-
#customer_vault_id ⇒ Object
Returns the value of attribute customer_vault_id.
-
#customertaxid ⇒ Object
Returns the value of attribute customertaxid.
-
#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.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#processor_id ⇒ Object
Returns the value of attribute processor_id.
-
#sec_code ⇒ Object
Returns the value of attribute sec_code.
-
#shipping ⇒ Object
Returns the value of attribute shipping.
-
#shipping_address_1 ⇒ Object
Returns the value of attribute shipping_address_1.
-
#shipping_address_2 ⇒ Object
Returns the value of attribute shipping_address_2.
-
#shipping_carrier ⇒ Object
Returns the value of attribute shipping_carrier.
-
#shipping_city ⇒ Object
Returns the value of attribute shipping_city.
-
#shipping_company ⇒ Object
Returns the value of attribute shipping_company.
-
#shipping_country ⇒ Object
Returns the value of attribute shipping_country.
-
#shipping_date ⇒ Object
Returns the value of attribute shipping_date.
-
#shipping_email ⇒ Object
Returns the value of attribute shipping_email.
-
#shipping_first_name ⇒ Object
Returns the value of attribute shipping_first_name.
-
#shipping_last_name ⇒ Object
Returns the value of attribute shipping_last_name.
-
#shipping_postal_code ⇒ Object
Returns the value of attribute shipping_postal_code.
-
#shipping_state ⇒ Object
Returns the value of attribute shipping_state.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tracking_number ⇒ Object
Returns the value of attribute tracking_number.
-
#website ⇒ Object
Returns the value of attribute website.
Instance Method Summary collapse
-
#initialize(customer) ⇒ Customer
constructor
A new instance of Customer.
Methods inherited from Data
Constructor Details
#initialize(customer) ⇒ Customer
Returns a new instance of Customer.
8 9 10 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 8 def initialize(customer) set_attributes(customer) end |
Instance Attribute Details
#account_holder_type ⇒ Object
Returns the value of attribute account_holder_type.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def account_holder_type @account_holder_type end |
#account_type ⇒ Object
Returns the value of attribute account_type.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def account_type @account_type end |
#address_1 ⇒ Object
Returns the value of attribute address_1.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def address_1 @address_1 end |
#address_2 ⇒ Object
Returns the value of attribute address_2.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def address_2 @address_2 end |
#cc_bin ⇒ Object
Returns the value of attribute cc_bin.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def cc_bin @cc_bin end |
#cc_exp ⇒ Object
Returns the value of attribute cc_exp.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def cc_exp @cc_exp end |
#cc_hash ⇒ Object
Returns the value of attribute cc_hash.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def cc_hash @cc_hash end |
#cc_issue_number ⇒ Object
Returns the value of attribute cc_issue_number.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def cc_issue_number @cc_issue_number end |
#cc_number ⇒ Object
Returns the value of attribute cc_number.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def cc_number @cc_number end |
#cc_start_date ⇒ Object
Returns the value of attribute cc_start_date.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def cc_start_date @cc_start_date end |
#cell_phone ⇒ Object
Returns the value of attribute cell_phone.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def cell_phone @cell_phone end |
#check_aba ⇒ Object
Returns the value of attribute check_aba.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def check_aba @check_aba end |
#check_account ⇒ Object
Returns the value of attribute check_account.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def check_account @check_account end |
#check_hash ⇒ Object
Returns the value of attribute check_hash.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def check_hash @check_hash end |
#check_name ⇒ Object
Returns the value of attribute check_name.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def check_name @check_name end |
#city ⇒ Object
Returns the value of attribute city.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def city @city end |
#company ⇒ Object
Returns the value of attribute company.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def company @company end |
#country ⇒ Object
Returns the value of attribute country.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def country @country end |
#customer_vault_id ⇒ Object
Returns the value of attribute customer_vault_id.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def customer_vault_id @customer_vault_id end |
#customertaxid ⇒ Object
Returns the value of attribute customertaxid.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def customertaxid @customertaxid end |
#email ⇒ Object
Returns the value of attribute email.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def fax @fax end |
#first_name ⇒ Object
Returns the value of attribute first_name.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def last_name @last_name end |
#phone ⇒ Object
Returns the value of attribute phone.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def phone @phone end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def postal_code @postal_code end |
#processor_id ⇒ Object
Returns the value of attribute processor_id.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def processor_id @processor_id end |
#sec_code ⇒ Object
Returns the value of attribute sec_code.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def sec_code @sec_code end |
#shipping ⇒ Object
Returns the value of attribute shipping.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping @shipping end |
#shipping_address_1 ⇒ Object
Returns the value of attribute shipping_address_1.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_address_1 @shipping_address_1 end |
#shipping_address_2 ⇒ Object
Returns the value of attribute shipping_address_2.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_address_2 @shipping_address_2 end |
#shipping_carrier ⇒ Object
Returns the value of attribute shipping_carrier.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_carrier @shipping_carrier end |
#shipping_city ⇒ Object
Returns the value of attribute shipping_city.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_city @shipping_city end |
#shipping_company ⇒ Object
Returns the value of attribute shipping_company.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_company @shipping_company end |
#shipping_country ⇒ Object
Returns the value of attribute shipping_country.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_country @shipping_country end |
#shipping_date ⇒ Object
Returns the value of attribute shipping_date.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_date @shipping_date end |
#shipping_email ⇒ Object
Returns the value of attribute shipping_email.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_email @shipping_email end |
#shipping_first_name ⇒ Object
Returns the value of attribute shipping_first_name.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_first_name @shipping_first_name end |
#shipping_last_name ⇒ Object
Returns the value of attribute shipping_last_name.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_last_name @shipping_last_name end |
#shipping_postal_code ⇒ Object
Returns the value of attribute shipping_postal_code.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_postal_code @shipping_postal_code end |
#shipping_state ⇒ Object
Returns the value of attribute shipping_state.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def shipping_state @shipping_state end |
#state ⇒ Object
Returns the value of attribute state.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def state @state end |
#tracking_number ⇒ Object
Returns the value of attribute tracking_number.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def tracking_number @tracking_number end |
#website ⇒ Object
Returns the value of attribute website.
5 6 7 |
# File 'lib/priority_payout_gateway/result/customer.rb', line 5 def website @website end |