o
    éË·e  ã                   @   s4   d dl mZmZmZ d dlmZ G dd„ deƒZdS )é    )Úabsolute_importÚdivisionÚprint_function)ÚCreateableAPIResourcec                   @   s   e Zd ZdZdZdS )ÚSessiona	  
    The Billing customer portal is a Stripe-hosted UI for subscription and
    billing management.

    A portal configuration describes the functionality and features that you
    want to provide to your customers through the portal.

    A portal session describes the instantiation of the customer portal for
    a particular customer. By visiting the session's URL, the customer
    can manage their subscriptions and billing details. For security reasons,
    sessions are short-lived and will expire if the customer does not visit the URL.
    Create sessions on-demand when customers intend to manage their subscriptions
    and billing details.

    Learn more in the [integration guide](https://stripe.com/docs/billing/subscriptions/integrating-customer-portal).
    zbilling_portal.sessionN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚOBJECT_NAME© r   r   úb/var/www/ideatree/venv/lib/python3.10/site-packages/stripe/api_resources/billing_portal/session.pyr      s    r   N)Ú
__future__r   r   r   Ústripe.api_resources.abstractr   r   r   r   r   r   Ú<module>   s   