PersonalDetailsInput
Contains the user's personal details.
This is an alias for the PersonalDetailsInputUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "personalDetails" | |
firstName | string | First name of the user written in English; 1-255 characters |
middleName | string | Middle name of the user written in English; 0-255 characters |
lastName | string | Last name of the user written in English; 1-255 characters |
nativeFirstName | string | Native first name of the user; 1-255 characters |
nativeMiddleName | string | Native middle name of the user; 0-255 characters |
nativeLastName | string | Native last name of the user; 1-255 characters |
birthdate | Birthdate of the user | |
gender | string | Gender of the user, "male" or "female" |
countryCode | string | A two-letter ISO 3166-1 alpha-2 country code of the user's country |
residenceCountryCode | string | A two-letter ISO 3166-1 alpha-2 country code of the user's residence country |