o
    lqir  ã                   @   s   d Z G dd„ deƒZdS )zC
This module provide billing information and eip status condition.
c                   @   s   e Zd ZdZ		ddd„ZdS )ÚBillingz
    billing information
    Nc                 C   s,   |pd| _ |pd| _|pd| _|pd| _dS )aÔ  
        :type payment_timing: string
        :param payment_timing: The pay time of the payment, default value 'Postpaid'

        :type billing_method: string
        :param billing_method: The way of lbdc charging, default value 'ByBandwidth'

        :type reservation_length: int
        :param reservation_length: purchase length

        :type reservation_time_unit: string
        :param reservation_time_unit: time unit of purchasing, default 'Month'
        ZPostpaidZByBandwidthé   ZMonthN)Úpayment_timingÚbilling_methodÚreservation_lengthÚreservation_time_unit)Úselfr   r   r   r   © r   úg/home/app/PaddleOCR-VL/.venv_paddleocr/lib/python3.10/site-packages/baidubce/services/endpoint/model.pyÚ__init__   s   


zBilling.__init__)NNNN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r
   r   r   r   r	   r      s
    ÿr   N)r   Úobjectr   r   r   r   r	   Ú<module>   s   