
    _j	                         d dl mZ d dlmZ d dlmZ er*d dlmZ d dlm	Z	 d dl
mZ d dlmZ d dlmZ d d	lmZ d d
lmZ ddgddgddgddgddgddgddgdZ G d de          ZdS )    )StripeService)import_module)TYPE_CHECKING)AlertService)CreditBalanceSummaryService)CreditBalanceTransactionService)CreditGrantService)MeterEventAdjustmentService)MeterEventService)MeterServicezstripe.billing._alert_servicer   z.stripe.billing._credit_balance_summary_servicer   z2stripe.billing._credit_balance_transaction_servicer   z$stripe.billing._credit_grant_servicer	   zstripe.billing._meter_servicer   z#stripe.billing._meter_event_servicer   z.stripe.billing._meter_event_adjustment_servicer
   )alertscredit_balance_summarycredit_balance_transactionscredit_grantsmetersmeter_eventsmeter_event_adjustmentsc                   l     e Zd ZU ded<   ded<   ded<   ded<   d	ed
<   ded<   ded<    fdZd Z xZS )BillingServicer   r   r   r   r   r   r	   r   r   r   r   r   r
   r   c                 J    t                                          |           d S N)super__init__)self	requestor	__class__s     [/var/www/app.qaans.com/backend/venv/lib/python3.11/site-packages/stripe/_billing_service.pyr   zBillingService.__init__9   s!    #####    c                     	 t           |         \  }}t          t          |          |          }t          | | || j                             t          | |          S # t
          $ r t                      w xY wr   )_subservicesgetattrr   setattr
_requestorKeyErrorAttributeError)r   nameimport_fromserviceservice_classs        r   __getattr__zBillingService.__getattr__<   s    	##/#5 K#k** M do..  
 4&&& 	# 	# 	# """	#s   AA A7)__name__
__module____qualname____annotations__r   r*   __classcell__)r   s   @r   r   r   0   s         9999!BBBB''''%%%%::::$ $ $ $ $# # # # # # #r   r   N)stripe._stripe_servicer   	importlibr   typing_extensionsr   stripe.billing._alert_servicer   .stripe.billing._credit_balance_summary_servicer   2stripe.billing._credit_balance_transaction_servicer   $stripe.billing._credit_grant_servicer	   .stripe.billing._meter_event_adjustment_servicer
   #stripe.billing._meter_event_servicer   stripe.billing._meter_servicer   r    r    r   r   <module>r;      s~   1 0 0 0 0 0 # # # # # # + + + + + + ;::::::           HGGGGG      FEEEEE:::::: /?8%
 	=)$
 	/ /?-
 	9% ' 4# # # # #] # # # # #r   