Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.63 KB

File metadata and controls

23 lines (17 loc) · 1.63 KB

PersonalIdentification

Properties

Name Type Description Notes
externalReferenceId string [default to undefined]
entityType PersonalEntityTypeEnum [default to undefined]
participantRelationshipType ParticipantRelationshipType [default to undefined]
fullName PersonalIdentificationFullName [default to undefined]
dateOfBirth string [default to undefined]
postalAddress PostalAddress [default to undefined]
email string [optional] [default to undefined]
phone string Mobile phone number in E.164 format [optional] [default to undefined]
idNumber string The identification number corresponding to the primary identification document type specified in idType [optional] [default to undefined]
idType PersonalIdentificationType [optional] [default to undefined]
additionalIdNumber string The identification number corresponding to the additional identification document type specified in additionalIdType [optional] [default to undefined]
additionalIdType PersonalIdentificationType [optional] [default to undefined]

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