The Legal Representative Object
Property | Type | Description |
---|---|---|
id_number | String | Legal representative’s ID number. |
email | String | Legal representative’s email. |
country | String | Legal representative’s country ISO code. |
home_address | String | Legal representative’s home address. |
city | String | Legal representative’s city. |
zip_code | String | Legal representative’s ZIP code. |
Example Object
"legal_representative": {
"id_number": "12345678",
"email": "[email protected]",
"country": "UY",
"address": "Dr. Luis Bonavita 1234",
"city": "Montevideo",
"zip_code": "11300"
}