Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.32 KB

UserLegalResponse.md

File metadata and controls

31 lines (27 loc) · 2.32 KB

UserLegalResponse

Properties

Name Type Description Notes
headquarters_address \MarketPay\Model\Address [optional]
legal_person_type string The type of legal user [optional]
name string The name of the legal user [optional]
legal_representative_address \MarketPay\Model\Address [optional]
legal_representative_birthday int The date of birth of the company’s Legal representative person - be careful to set the right timezone (should be UTC) to avoid 00h becoming 23h (and hence interpreted as the day before) [optional]
legal_representative_country_of_residence string The country of residence of the company’s Legal representative person [optional]
legal_representative_nationality string The nationality of the company’s Legal representative person [optional]
legal_representative_email string The email of the company’s Legal representative person - must be a valid [optional]
legal_representative_first_name string The firstname of the company’s Legal representative person [optional]
legal_representative_last_name string The lastname of the company’s Legal representative person [optional]
legal_representative_proof_of_identity string Legal Representative Proof Of Identity [optional]
statute string Statute [optional]
shareholder_declaration string Shareholder declaration [optional]
proof_of_registration string Proof of registration [optional]
person_type string Type of user [optional]
kyc_level string [optional]
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]
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]