Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.44 KB

File metadata and controls

29 lines (14 loc) · 1.44 KB

TravelRuleValidateNaturalNameIdentifier

Properties

Name Type Description Notes
primaryIdentifier string The primary identifier of the name [optional] [default to undefined]
secondaryIdentifier string The secondary identifier of the name [optional] [default to undefined]
nameIdentifierType string 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] [default to undefined]

Enum: TravelRuleValidateNaturalNameIdentifierNameIdentifierTypeEnum

  • Alia (value: 'ALIA')

  • Birt (value: 'BIRT')

  • Maid (value: 'MAID')

  • Legl (value: 'LEGL')

  • Misc (value: 'MISC')

[Back to top] [Back to API list] [Back to Model list] [Back to README]