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)ÚSingletonAPIResourcec                   @   s    e Zd ZdZdZedd„ ƒZdS )ÚBalanceaG  
    This is an object representing your Stripe balance. You can retrieve it to see
    the balance currently on your Stripe account.

    You can also retrieve the balance history, which contains a list of
    [transactions](https://stripe.com/docs/reporting/balance-transaction-types) that contributed to the balance
    (charges, payouts, and so forth).

    The available and pending amounts for each currency are broken down further by
    payment source types.

    Related guide: [Understanding Connect Account Balances](https://stripe.com/docs/connect/account-balances).
    Úbalancec                 C   s   dS )Nz/v1/balance© )Úclsr   r   úS/var/www/ideatree/venv/lib/python3.10/site-packages/stripe/api_resources/balance.pyÚ	class_url   s   zBalance.class_urlN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚOBJECT_NAMEÚclassmethodr   r   r   r   r
   r      s
    r   N)Ú
__future__r   r   r   Ústripe.api_resources.abstractr   r   r   r   r   r
   Ú<module>   s   