# TravelRuleValidateNationalIdentification
## Properties
**country_of_issue** | Option<**String**> | Country that issued the national identifier (ISO-3166 Alpha-2 country code) | [optional]
**national_identifier** | Option<**String**> | National identifier (max 35 characters) | [optional]
**national_identifier_type** | Option<**NationalIdentifierType**> | 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 (enum: PASSPORT, NATIONAL_ID, TAX_ID, SOCIAL_SECURITY) | [optional]
**registration_authority** | Option<**String**> | Registration authority (format -> RA followed by 6 digits) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)