Class: Workarea::GlobalE::UserDetails
- Inherits:
-
Object
- Object
- Workarea::GlobalE::UserDetails
- Defined in:
- app/services/workarea/global_e/users_details.rb
Instance Method Summary collapse
-
#address1 ⇒ String
Address line 1.
-
#address2 ⇒ String
Address line 2.
-
#city ⇒ String
City name.
-
#company ⇒ Object
Company name.
-
#country_code ⇒ String
2-char ISO country code.
-
#country_name ⇒ String
Country name.
-
#email ⇒ String
E-mail address.
-
#fax ⇒ String
Fax.
-
#first_name ⇒ String
First name.
-
#last_name ⇒ String
Last name.
-
#middle_name ⇒ String
Middle name.
-
#phone1 ⇒ String
Phone 1.
-
#phone2 ⇒ String
Phone 2.
-
#salutation ⇒ String
Salutation or title (e.g. Dr., Mr., etc.).
-
#state_code ⇒ String
State or province ISO code such as AZ for Arizona (if applicable).
-
#state_or_province ⇒ String
State or province name.
-
#user_id ⇒ String
Internal User identifier on the Merchant’s site.
-
#user_id_number ⇒ String
User’s personal ID document number.
-
#user_id_number_type ⇒ Workarea::GlobalE::UserIdNumberType
User’s personal ID document type (e.g. Passport, ID card, etc.).
-
#zip ⇒ String
Zip or postal code.
Instance Method Details
#address1 ⇒ String
Address line 1
98 99 |
# File 'app/services/workarea/global_e/users_details.rb', line 98 def address1 end |
#address2 ⇒ String
Address line 2
105 106 |
# File 'app/services/workarea/global_e/users_details.rb', line 105 def address2 end |
#city ⇒ String
City name
112 113 |
# File 'app/services/workarea/global_e/users_details.rb', line 112 def city end |
#company ⇒ Object
Company name
@return [String]
91 92 |
# File 'app/services/workarea/global_e/users_details.rb', line 91 def company end |
#country_code ⇒ String
2-char ISO country code
140 141 |
# File 'app/services/workarea/global_e/users_details.rb', line 140 def country_code end |
#country_name ⇒ String
Country name
147 148 |
# File 'app/services/workarea/global_e/users_details.rb', line 147 def country_name end |
#email ⇒ String
E-mail address
84 85 |
# File 'app/services/workarea/global_e/users_details.rb', line 84 def email end |
#fax ⇒ String
Fax
77 78 |
# File 'app/services/workarea/global_e/users_details.rb', line 77 def fax end |
#first_name ⇒ String
First name
35 36 |
# File 'app/services/workarea/global_e/users_details.rb', line 35 def first_name end |
#last_name ⇒ String
Last name
42 43 |
# File 'app/services/workarea/global_e/users_details.rb', line 42 def last_name end |
#middle_name ⇒ String
Middle name
49 50 |
# File 'app/services/workarea/global_e/users_details.rb', line 49 def middle_name end |
#phone1 ⇒ String
Phone 1
63 64 |
# File 'app/services/workarea/global_e/users_details.rb', line 63 def phone1 end |
#phone2 ⇒ String
Phone 2
70 71 |
# File 'app/services/workarea/global_e/users_details.rb', line 70 def phone2 end |
#salutation ⇒ String
Salutation or title (e.g. Dr., Mr., etc.)
56 57 |
# File 'app/services/workarea/global_e/users_details.rb', line 56 def salutation end |
#state_code ⇒ String
State or province ISO code such as AZ for Arizona (if applicable)
126 127 |
# File 'app/services/workarea/global_e/users_details.rb', line 126 def state_code end |
#state_or_province ⇒ String
State or province name
119 120 |
# File 'app/services/workarea/global_e/users_details.rb', line 119 def state_or_province end |
#user_id ⇒ String
Internal User identifier on the Merchant’s site
optional
10 11 |
# File 'app/services/workarea/global_e/users_details.rb', line 10 def user_id end |
#user_id_number ⇒ String
User’s personal ID document number
optional
19 20 |
# File 'app/services/workarea/global_e/users_details.rb', line 19 def user_id_number end |
#user_id_number_type ⇒ Workarea::GlobalE::UserIdNumberType
User’s personal ID document type (e.g. Passport, ID card, etc.)
optional
28 29 |
# File 'app/services/workarea/global_e/users_details.rb', line 28 def user_id_number_type end |
#zip ⇒ String
Zip or postal code
133 134 |
# File 'app/services/workarea/global_e/users_details.rb', line 133 def zip end |