o
    L)j]                     @   s   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 deZdS )    )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                       sF   e Zd ZU ded< ded< ded< ded<  fd	d
Zdd Z  ZS )BillingServicer   r	   r   r
   r   r   r   r   c                    s   t  | d S N)super__init__)self	requestor	__class__ /var/www/html/finance-dev.cargoinsureonline.com/_shared/backend-venv/lib/python3.10/site-packages/stripe/v2/_billing_service.pyr   -   s   zBillingService.__init__c                 C   sN   zt | \}}tt||}t| ||| j t| |W S  ty&   t w r   )_subservicesgetattrr   setattr
_requestorKeyErrorAttributeError)r   nameimport_fromserviceservice_classr   r   r   __getattr__0   s   zBillingService.__getattr__)__name__
__module____qualname____annotations__r   r!   __classcell__r   r   r   r   r   '   s   
 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   r   r   <module>   s,   