o
    L)j                     @   s8   d dl mZ d dlmZ d dlmZ G dd deZdS )    )StripeObject)ClassVar)Literalc                   @   sF   e Zd ZU dZdZeed  ed< eed< 	 ed ed< 	 e	ed< dS )	LoginLinkay  
    Login Links are single-use URLs that takes an Express account to the login page for their Stripe dashboard.
    A Login Link differs from an [Account Link](https://docs.stripe.com/api/account_links) in that it takes the user directly to their [Express dashboard for the specified account](https://docs.stripe.com/connect/integrate-express-dashboard#create-login-link)
    
login_linkOBJECT_NAMEcreatedobjecturlN)
__name__
__module____qualname____doc__r   r   r   __annotations__intstr r   r   w/var/www/html/finance-dev.cargoinsureonline.com/_shared/backend-venv/lib/python3.10/site-packages/stripe/_login_link.pyr      s   
 r   N)stripe._stripe_objectr   typingr   typing_extensionsr   r   r   r   r   r   <module>   s   