Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 2.33 KB

File metadata and controls

29 lines (23 loc) · 2.33 KB

Identification

Properties

Name Type Description Notes
externalReferenceId string [default to undefined]
entityType BusinessEntityTypeEnum [default to undefined]
participantRelationshipType ParticipantRelationshipType [default to undefined]
fullName PersonalIdentificationFullName [default to undefined]
dateOfBirth string [default to undefined]
postalAddress PostalAddress [default to undefined]
businessName string [default to undefined]
registrationNumber string [default to undefined]
email string [optional] [default to undefined]
phone string Mobile phone number in E.164 format [optional] [default to undefined]
idNumber string Deprecated. Use identificationDocuments instead. [optional] [default to undefined]
idType PersonalIdentificationType Deprecated. Use identificationDocuments instead. [optional] [default to undefined]
additionalIdNumber string Deprecated. Use identificationDocuments instead. [optional] [default to undefined]
additionalIdType PersonalIdentificationType Deprecated. Use identificationDocuments instead. [optional] [default to undefined]
nationality string The ISO-3166 Alpha-2 country code representing the individual's nationality. [optional] [default to undefined]
identificationDocuments Array<PersonalIdentificationDocument> List of identification documents for the individual. [optional] [default to undefined]
dateOfRegistration string The date the business was registered. [optional] [default to undefined]
countryOfRegistration string The ISO-3166 Alpha-2 country code where the business is registered. [optional] [default to undefined]

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