| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique identifier for the company. | |
| name | string | The name of the company. | |
| active | bool | Indicates if the company is active. | |
| account_status | string | The current status of the company's account. | |
| parent_company_id | string | The identifier of the parent company, if any. | [optional] |
| onboarding_status | string | The current status of the company's onboarding process. | |
| documents | \Conekta\Model\CompanyResponseDocumentsInner[] | A list of documents related to the company. | |
| created_at | int | Timestamp of when the company was created. | |
| object | string | The type of object, typically "company". | |
| three_ds_enabled | bool | Indicates if 3DS authentication is enabled for the company. | [optional] |
| three_ds_mode | string | The 3DS mode for the company, either 'smart' or 'strict'. This property is only applicable when three_ds_enabled is true. When three_ds_enabled is false, this field will be null. | [optional] |