Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.13 KB

TravelRuleValidateNationalIdentification.md

File metadata and controls

28 lines (16 loc) · 1.13 KB

TravelRuleValidateNationalIdentification

Represents a national identifier for a person or entity

Properties

Name Type Description Notes
countryOfIssue String Country that issued the national identifier (ISO-3166 Alpha-2 country code) [optional]
nationalIdentifier String National identifier (max 35 characters) [optional]
nationalIdentifierType NationalIdentifierTypeEnum Type of national identifier. Acceptable values include: - 'PASSPORT': Passport number - 'NATIONAL_ID': National identification number - 'TAX_ID': Tax identification number - 'SOCIAL_SECURITY': Social security number [optional]
registrationAuthority String Registration authority (format -> RA followed by 6 digits) [optional]

Enum: NationalIdentifierTypeEnum

Name Value
PASSPORT "PASSPORT"
NATIONAL_ID "NATIONAL_ID"
TAX_ID "TAX_ID"
SOCIAL_SECURITY "SOCIAL_SECURITY"