EnterpriseResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the enterprise | [default to null] |
| name | String | Name of the enterprise | [default to null] |
| description | String | Description of the enterprise | [optional] [default to null] |
| website_url | String | Website URL | [optional] [default to null] |
| contact_email | String | Contact email address | [default to null] |
| contact_phone | String | Contact phone number | [optional] [default to null] |
| is_active | Boolean | Whether the enterprise is active | [default to null] |
| created_at | String | Timestamp when the enterprise was created | [default to null] |
| updated_at | String | Timestamp when the enterprise was last updated | [default to null] |