# # CustomerPortalResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**slug** | **string** | Unique slug identifier for the portal | [optional]
**subscription_id** | **string** | Associated subscription ID | [optional]
**customer_id** | **string** | Associated customer ID | [optional]
**livemode** | **bool** | Whether this is a live or test mode portal | [optional]
**subscription** | [**\Conekta\Model\SubscriptionDetails**](SubscriptionDetails.md) |  | [optional]
**customer** | [**\Conekta\Model\CustomerDetails**](CustomerDetails.md) |  | [optional]
**id** | **string** | Customer portal ID | [optional]
**company_id** | **string** | Associated company ID | [optional]
**object** | **string** |  | [optional]
**created_at** | **int** | Unix timestamp of creation | [optional]
**updated_at** | **int** | Unix timestamp of last update | [optional]
**portal_url** | **string** | URL to access the customer portal | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
