Sha256: 25450f8edc678173971ede2d0261df9746bea47b58a728a3d4942fb39802e74e
Contents?: true
Size: 428 Bytes
Versions: 2
Compression:
Stored size: 428 Bytes
Contents
module Workarea module GlobalE class UserIdNumberType # 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) # # @return [String] # def user_id_number_type_code end # Identification document type name # # @return [String] # def name end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-global_e-1.3.0 | app/services/workarea/global_e/user_id_number_type.rb |
workarea-global_e-1.2.1 | app/services/workarea/global_e/user_id_number_type.rb |