o
    i                     @   sd   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 deZd	S )
    )StripeService)Optionalcast)TYPE_CHECKING)ConfirmationToken)RequestOptions)ConfirmationTokenCreateParamsc                   @   sT   e Zd Z		dded ded ddfdd	Z		dded ded ddfd
dZdS )ConfirmationTokenServiceNparamsr   optionsr   returnr   c              	   C   s   t d| jddd||dS )`
        Creates a test mode Confirmation Token server side for your integration tests.
        r   post$/v1/test_helpers/confirmation_tokensapibase_addressr
   r   )r   _requestselfr
   r    r   /var/www/snowflake_co_dev_github/snow_flake_back_end_deploy/env/lib/python3.10/site-packages/stripe/test_helpers/_confirmation_token_service.pycreate   s   zConfirmationTokenService.createc              	      s"   t d| jddd||dI dH S )r   r   r   r   r   r   N)r   _request_asyncr   r   r   r   create_async#   s   
z%ConfirmationTokenService.create_async)NN)__name__
__module____qualname__r   r   r   r   r   r   r   r	      s&    
r	   N)stripe._stripe_servicer   typingr   r   typing_extensionsr   stripe._confirmation_tokenr   stripe._request_optionsr   <stripe.params.test_helpers._confirmation_token_create_paramsr   r	   r   r   r   r   <module>   s   