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)ÚStripeObjectc                   @   s   e Zd ZdZdZdS )ÚFundingInstructionsaê  
    Each customer has a [`balance`](https://stripe.com/docs/api/customers/object#customer_object-balance) that is
    automatically applied to future invoices and payments using the `customer_balance` payment method.
    Customers can fund this balance by initiating a bank transfer to any account in the
    `financial_addresses` field.
    Related guide: [Customer Balance - Funding Instructions](https://stripe.com/docs/payments/customer-balance/funding-instructions) to learn more
    Úfunding_instructionsN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚOBJECT_NAME© r   r   ú`/var/www/ideatree/venv/lib/python3.10/site-packages/stripe/api_resources/funding_instructions.pyr      s    r   N)Ú
__future__r   r   r   Ústripe.stripe_objectr   r   r   r   r   r   Ú<module>   s   