o
    ýe˜  ã                   @   s   d Z G dd„ deƒZdS )z*
This module provides models for NAT-SDK.
c                   @   s   e Zd ZdZ		ddd„ZdS )ÚBillinga«  
    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: 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|| _ || ¡ dœ| _d S )N)ÚreservationLengthÚreservationTimeUnit)ÚpaymentTimingÚlowerZreservation)Úselfr   r   r   © r	   úOD:\Projects\ConvertPro\env\Lib\site-packages\baidubce/services/vpc/nat_model.pyÚ__init__#   s
   þzBilling.__init__)Nr   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r	   r	   r	   r
   r      s
    ÿr   N)r   Úobjectr   r	   r	   r	   r
   Ú<module>   s   