Class: Workarea::GlobalE::UserIdNumberType
- Inherits:
-
Object
- Object
- Workarea::GlobalE::UserIdNumberType
- Defined in:
- app/services/workarea/global_e/user_id_number_type.rb
Instance Method Summary collapse
-
#name ⇒ String
Identification document type name.
-
#user_id_number_type_code ⇒ String
Code denoting a user identification document type (e.g. Passport, ID card, etc.) on the Merchant’s site (to be mapped on Global-e side).
Instance Method Details
#name ⇒ String
Identification document type name
17 18 |
# File 'app/services/workarea/global_e/user_id_number_type.rb', line 17 def name end |
#user_id_number_type_code ⇒ String
Code denoting a user identification document type (e.g. Passport, ID card, etc.) on the Merchant’s site (to be mapped on Global-e side)
10 11 |
# File 'app/services/workarea/global_e/user_id_number_type.rb', line 10 def user_id_number_type_code end |