Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.22 KB

File metadata and controls

27 lines (15 loc) · 1.22 KB

TravelRuleValidateNaturalNameIdentifier

Properties

Name Type Description Notes
primaryIdentifier String The primary identifier of the name [optional]
secondaryIdentifier String The secondary identifier of the name [optional]
nameIdentifierType NameIdentifierTypeEnum Specifies the type of name for a natural person. Acceptable values are: - 'ALIA': Alias name, a name other than the legal name by which a natural person is also known. - 'BIRT': Name at birth, the name given to a natural person at birth. - 'MAID': Maiden name, the original name of a natural person who has changed their name after marriage. - 'LEGL': Legal name, the name that identifies a natural person for legal, official, or administrative purposes. - 'MISC': Unspecified, a name by which a natural person may be known but cannot otherwise be categorized. [optional]

Enum: NameIdentifierTypeEnum

Name Value
ALIA "ALIA"
BIRT "BIRT"
MAID "MAID"
LEGL "LEGL"
MISC "MISC"