
    _j                     ~    d dl mZ d dlmZ d dlmZmZ d dlmZ erd dl	m
Z
 d dlmZ d dlmZ  G d d	e          Zd
S )    )StripeService)sanitize_id)Optionalcast)TYPE_CHECKING)ConfirmationToken)RequestOptions)ConfirmationTokenRetrieveParamsc            	       z    e Zd Z	 	 ddeded         ded         ddfd	Z	 	 ddeded         ded         ddfd
ZdS )ConfirmationTokenServiceNconfirmation_tokenparamsr
   optionsr	   returnr   c                     t          d|                     dd                    t          |                    d||                    S )@
        Retrieves an existing ConfirmationToken object
        r   get,/v1/confirmation_tokens/{confirmation_token}r   apibase_addressr   r   )r   _requestformatr   selfr   r   r   s       f/var/www/app.qaans.com/backend/venv/lib/python3.11/site-packages/stripe/_confirmation_token_service.pyretrievez!ConfirmationTokenService.retrieve   sb     MM>EE'23E'F'F F   #   
 
 	
    c                    K   t          d|                     dd                    t          |                    d||           d{V           S )r   r   r   r   r   r   r   N)r   _request_asyncr   r   r   s       r   retrieve_asyncz'ConfirmationTokenService.retrieve_async'   s       %%>EE'23E'F'F F   # &        
 
 	
r   )NN)__name__
__module____qualname__strr   r   r"    r   r   r   r      s         ?C.2	
 

 :;
 *+	

 

 
 
 
2 ?C.2	
 

 :;
 *+	

 

 
 
 
 
 
r   r   N)stripe._stripe_servicer   stripe._utilr   typingr   r   typing_extensionsr   stripe._confirmation_tokenr   stripe._request_optionsr	   1stripe.params._confirmation_token_retrieve_paramsr
   r   r'   r   r   <module>r/      s    1 0 0 0 0 0 $ $ $ $ $ $ ! ! ! ! ! ! ! ! + + + + + + <<<<<<666666     
+
 +
 +
 +
 +
} +
 +
 +
 +
 +
r   