
    _j                     F    d dl mZ d dlmZ d dlmZ  G d de          ZdS )    )StripeObject)ClassVar)Literalc                   h    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     V/var/www/app.qaans.com/backend/venv/lib/python3.11/site-packages/stripe/_login_link.pyr   r      sn          
 4@K',/0???LLL L!!!! 
HHH r   r   N)stripe._stripe_objectr   typingr   typing_extensionsr   r   r   r   r   <module>r      sq    / . . . . .       % % % % % %         r   