o
    ˷e                     @   sl   d dl mZmZmZ d dlmZ d dlmZ d dlmZ d dlmZ edg ddG d	d
 d
eeeZ	dS )    )absolute_importdivisionprint_function)CreateableAPIResource)ListableAPIResource)UpdateableAPIResource)nested_resource_class_methodsreversal)createretrieveupdatelist)
operationsc                   @   s   e Zd ZdZdZdS )Transferac  
    A `Transfer` object is created when you move funds between Stripe accounts as
    part of Connect.

    Before April 6, 2017, transfers also represented movement of funds from a
    Stripe account to a card or bank account. This behavior has since been split
    out into a [Payout](https://stripe.com/docs/api#payout_object) object, with corresponding payout endpoints. For more
    information, read about the
    [transfer/payout split](https://stripe.com/docs/transfer-payout-split).

    Related guide: [Creating Separate Charges and Transfers](https://stripe.com/docs/connect/charges-transfers).
    transferN)__name__
__module____qualname____doc__OBJECT_NAME r   r   T/var/www/ideatree/venv/lib/python3.10/site-packages/stripe/api_resources/transfer.pyr   
   s    	r   N)

__future__r   r   r   stripe.api_resources.abstractr   r   r   r   r   r   r   r   r   <module>   s   

