Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.55 KB

KycUserValidationBoardMemberListItemResponse.md

File metadata and controls

23 lines (19 loc) · 1.55 KB

KycUserValidationBoardMemberListItemResponse

Properties

Name Type Description Notes
email string The user's email address - must be a valid email [optional]
first_name string The name of the user [optional]
last_name string The last name of the user [optional]
birthday int The date of birth of the user - be careful to set the right timezone (should be UTC) to avoid 00h becoming 23h (and hence interpreted as the day before) [optional]
nationality string The user’s nationality. ISO 3166-1 alpha-2 format is expected [optional]
country_of_residence string The user’s country of residence. ISO 3166-1 alpha-2 format is expected [optional]
telephone \MarketPay\Model\Telephone [optional]
id_card string [optional]
id_card_document \MarketPay\Model\KycDocumentDetails [optional]
address \MarketPay\Model\Address [optional]
power_of_attorney \MarketPay\Model\KycDocumentDetails [optional]
id string The item's ID [optional]
creation_date int When the item was created [optional]
tag string Custom data that you can add to this item [optional]

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