
    Ai]                         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	gd
dgddgddgdZ G d de      Zy)    )StripeService)import_module)TYPE_CHECKING)MeterEventAdjustmentService)MeterEventService)MeterEventSessionService)MeterEventStreamServicez&stripe.v2.billing._meter_event_servicer   z1stripe.v2.billing._meter_event_adjustment_servicer   z.stripe.v2.billing._meter_event_session_servicer   z-stripe.v2.billing._meter_event_stream_servicer	   )meter_eventsmeter_event_adjustmentsmeter_event_sessionmeter_event_streamc                   N     e Zd ZU 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   c                 $    t         |   |       y N)super__init__)self	requestor	__class__s     M/var/www/html/immo/lib/python3.12/site-packages/stripe/v2/_billing_service.pyr   zBillingService.__init__-   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__0   sn    	##/#5 K#k*M doo.
 4&& 	# ""	#s   A	A A )__name__
__module____qualname____annotations__r   r$   __classcell__)r   s   @r   r   r   '   s%    %%::3311$#r   r   N)stripe._stripe_servicer   	importlibr   typing_extensionsr   1stripe.v2.billing._meter_event_adjustment_servicer   &stripe.v2.billing._meter_event_servicer   .stripe.v2.billing._meter_event_session_servicer   -stripe.v2.billing._meter_event_stream_servicer	   r   r    r   r   <module>r2      so    1 # + I 	1
 	<% 
 	9"
 	8!(#] #r   