Class: PriorityPayoutGateway::Result::Customer

Inherits:
Data
  • Object
show all
Defined in:
lib/priority_payout_gateway/result/customer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Data

#all_attributes, #attributes

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_typeObject

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
end

#account_typeObject

Returns the value of attribute account_type.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def 
  @account_type
end

#address_1Object

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_2Object

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_binObject

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_expObject

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_hashObject

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_numberObject

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_numberObject

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_dateObject

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_phoneObject

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_abaObject

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_accountObject

Returns the value of attribute check_account.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def 
  
end

#check_hashObject

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_nameObject

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

#cityObject

Returns the value of attribute city.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def city
  @city
end

#companyObject

Returns the value of attribute company.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def company
  @company
end

#countryObject

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_idObject

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

#customertaxidObject

Returns the value of attribute customertaxid.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def customertaxid
  @customertaxid
end

#emailObject

Returns the value of attribute email.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def email
  @email
end

#faxObject

Returns the value of attribute fax.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def fax
  @fax
end

#first_nameObject

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

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def id
  @id
end

#last_nameObject

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

#phoneObject

Returns the value of attribute phone.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def phone
  @phone
end

#postal_codeObject

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_idObject

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_codeObject

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

#shippingObject

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_1Object

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_2Object

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_carrierObject

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_cityObject

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_companyObject

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_countryObject

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_dateObject

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_emailObject

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_nameObject

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_nameObject

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_codeObject

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_stateObject

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

#stateObject

Returns the value of attribute state.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def state
  @state
end

#tracking_numberObject

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

#websiteObject

Returns the value of attribute website.



5
6
7
# File 'lib/priority_payout_gateway/result/customer.rb', line 5

def website
  @website
end