o
    ýe8  ã                   @   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| _dS )uÔ  
        :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 eip 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MonthN)Úpayment_timingÚbilling_methodÚreservation_lengthÚreservation_time_unit)Úselfr   r   r   r   © r   úPD:\Projects\ConvertPro\env\Lib\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   