Class: PaynetEasy::PaynetEasyApi::PaymentData::Customer
- Defined in:
- lib/paynet_easy/paynet_easy_api/payment_data/customer.rb
Instance Attribute Summary collapse
-
#birthday ⇒ Object
Customer’s date of birth, in the format MMDDYY.
-
#email ⇒ Object
Customer’s email address.
-
#first_name ⇒ Object
Customer’s first name.
-
#ip_address ⇒ Object
Customer’s IP address.
-
#last_name ⇒ Object
Customer’s last name.
-
#ssn ⇒ Object
Last four digits of the customer’s social security number.
Method Summary
Methods inherited from Data
Constructor Details
This class inherits a constructor from PaynetEasy::PaynetEasyApi::PaymentData::Data
Instance Attribute Details
#birthday ⇒ Object
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 |
#email ⇒ Object
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_name ⇒ Object
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_address ⇒ Object
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_name ⇒ Object
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 |
#ssn ⇒ Object
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 |