o
    #Îjz  ã                   @   s   d Z G dd„ deƒZdS )z0
This module provides models for EIP group SDK.
c                   @   s   e Zd ZdZ		ddd„ZdS )ÚBillinga1  
    This class define billing.
    param: paymentTiming:
        The pay time of the payment,
        see more detail in https://bce.baidu.com/doc/BCC/API.html#Billing
    param: billingMethod:
        The charge mode, only used for Postpaid.
        available values are 'ByTraffic' and 'ByBandwidth'
    param: reservationLength:
        The duration to buy in specified time unit,
        available values are [1,2,3,4,5,6,7,8,9,12,24,36] now.
    param: reservationTimeUnit:
        The time unit to specify the duration ,only "Month" can be used now.
    Né   ÚMonthc                 C   s$   |r|| _ |r
|| _||dœ| _d S )N)ÚreservationLengthÚreservationTimeUnit)ÚpaymentTimingÚbillingMethodZreservation)Úselfr   r   r   r   © r	   úf/var/www/html/Deteccion_Ine/venv/lib/python3.10/site-packages/baidubce/services/eip/eip_group_model.pyÚ__init__&   s   þzBilling.__init__)NNr   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r	   r	   r	   r
   r      s
    ÿr   N)r   Úobjectr   r	   r	   r	   r
   Ú<module>   s   