Class: PaynetEasy::PaynetEasyApi::PaymentData::BillingAddress
- Defined in:
- lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb
Instance Attribute Summary collapse
-
#cell_phone ⇒ Object
Customer’s full international cell phone number, including country code.
-
#city ⇒ Object
Customer’s city.
-
#country ⇒ Object
Customer’s country (two-letter country code).
-
#first_line ⇒ Object
Customer’s address line 1.
-
#phone ⇒ Object
Customer’s full international phone number, including country code.
-
#state ⇒ Object
Customer’s state (two-letter US state code).
-
#zip_code ⇒ Object
Customer’s ZIP code.
Method Summary
Methods inherited from Data
Constructor Details
This class inherits a constructor from PaynetEasy::PaynetEasyApi::PaymentData::Data
Instance Attribute Details
#cell_phone ⇒ Object
Customer’s full international cell phone number, including country code.
39 40 41 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 39 def cell_phone @cell_phone end |
#city ⇒ Object
Customer’s city
13 14 15 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 13 def city @city end |
#country ⇒ Object
Customer’s country (two-letter country code)
29 30 31 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 29 def country @country end |
#first_line ⇒ Object
Customer’s address line 1
8 9 10 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 8 def first_line @first_line end |
#phone ⇒ Object
Customer’s full international phone number, including country code.
34 35 36 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 34 def phone @phone end |
#state ⇒ Object
Customer’s state (two-letter US state code). Not applicable outside the US.
19 20 21 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 19 def state @state end |
#zip_code ⇒ Object
Customer’s ZIP code
24 25 26 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/billing_address.rb', line 24 def zip_code @zip_code end |