Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.1 KB

File metadata and controls

20 lines (17 loc) · 1.1 KB

# 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 [optional]
customer \Conekta\Model\CustomerDetails [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] [Back to API list] [Back to README]