Properties
| Name | Type | Required | Description |
|---|---|---|---|
| status | AccountInfoGetResponseStatus | ❌ | Account status |
| personType | AccountInfoGetResponsePersonType | ❌ | Person Type |
| cpfCnpj | String | ❌ | CPF or CNPJ of the account owner |
| name | String | ❌ | Account owner name |
| birthDate | String | ❌ | Birthday (Required if the information is from an individual) |
| companyName | String | ❌ | Company Name |
| companyType | AccountInfoGetResponseCompanyType | ❌ | Type of company (only when Legal Entity) |
| incomeValue | Double | ❌ | Billing/Monthly income |
| String | ❌ | Account's email | |
| phone | String | ❌ | Telephone |
| mobilePhone | String | ❌ | Cell phone |
| postalCode | String | ❌ | Address zip code |
| address | String | ❌ | Public place |
| addressNumber | String | ❌ | Address number |
| complement | String | ❌ | Address complement |
| province | String | ❌ | Neighborhood |
| city | AccountInfoCityDto | ❌ | City information registered in your account |
| denialReason | String | ❌ | Reason why it is necessary to resend the information |
| tradingName | String | ❌ | Display name (auto-populated) |
| site | String | ❌ | Web site |
| availableCompanyNames | List<String> | ❌ | Company names available. Only filled in for Legal Entity type accounts. |
| commercialInfoExpiration | AccountInfoCommercialInfoExpirationResponseDto | ❌ | Information about the expiration of commercial data |