Class: PaynetEasy::PaynetEasyApi::PaymentData::Customer

Inherits:
Data
  • Object
show all
Defined in:
lib/paynet_easy/paynet_easy_api/payment_data/customer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Data

#initialize

Constructor Details

This class inherits a constructor from PaynetEasy::PaynetEasyApi::PaymentData::Data

Instance Attribute Details

#birthdayObject

Customer’s date of birth, in the format MMDDYY



28
29
30
# File 'lib/paynet_easy/paynet_easy_api/payment_data/customer.rb', line 28

def birthday
  @birthday
end

#emailObject

Customer’s email address



18
19
20
# File 'lib/paynet_easy/paynet_easy_api/payment_data/customer.rb', line 18

def email
  @email
end

#first_nameObject

Customer’s first name



8
9
10
# File 'lib/paynet_easy/paynet_easy_api/payment_data/customer.rb', line 8

def first_name
  @first_name
end

#ip_addressObject

Customer’s IP address



23
24
25
# File 'lib/paynet_easy/paynet_easy_api/payment_data/customer.rb', line 23

def ip_address
  @ip_address
end

#last_nameObject

Customer’s last name



13
14
15
# File 'lib/paynet_easy/paynet_easy_api/payment_data/customer.rb', line 13

def last_name
  @last_name
end

#ssnObject

Last four digits of the customer’s social security number



33
34
35
# File 'lib/paynet_easy/paynet_easy_api/payment_data/customer.rb', line 33

def ssn
  @ssn
end