o
    ไe๐  ใ                   @   s<   d Z ddlmZ ddlmZ ddlmZ G dd deZdS )za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
้    )ฺDomain)ฺV1)ฺV2c                       sx   e Zd Z fddZedd Zedd Zedd Zed	d
 Zedd Z	edd Z
edd Zdd Z  ZS )ฺPricingc                    s&   t t|  |ก d| _d| _d| _dS )z
        Initialize the Pricing Domain

        :returns: Domain for Pricing
        :rtype: twilio.rest.pricing.Pricing
        zhttps://pricing.twilio.comN)ฺsuperr   ฺ__init__ฺbase_urlฺ_v1ฺ_v2)ฺselfฺtwilioฉฺ	__class__ฉ ๚O/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/pricing/__init__.pyr      s   
zPricing.__init__c                 C   ๓   | j du r
t| | _ | j S )z[
        :returns: Version v1 of pricing
        :rtype: twilio.rest.pricing.v1.V1
        N)r	   r   ฉr   r   r   r   ฺv1   ๓   

z
Pricing.v1c                 C   r   )z[
        :returns: Version v2 of pricing
        :rtype: twilio.rest.pricing.v2.V2
        N)r
   r   r   r   r   r   ฺv2)   r   z
Pricing.v2c                 C   ๓   | j jS )zH
        :rtype: twilio.rest.pricing.v1.messaging.MessagingList
        )r   ฺ	messagingr   r   r   r   r   3   ๓   zPricing.messagingc                 C   r   )zM
        :rtype: twilio.rest.pricing.v1.phone_number.PhoneNumberList
        )r   ฺphone_numbersr   r   r   r   r   :   r   zPricing.phone_numbersc                 C   r   )z@
        :rtype: twilio.rest.pricing.v2.voice.VoiceList
        )r   ฺvoicer   r   r   r   r   A   r   zPricing.voicec                 C   r   )zD
        :rtype: twilio.rest.pricing.v2.country.CountryList
        )r   ฺ	countriesr   r   r   r   r   H   r   zPricing.countriesc                 C   r   )zB
        :rtype: twilio.rest.pricing.v2.number.NumberList
        )r   ฺnumbersr   r   r   r   r   O   r   zPricing.numbersc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Pricing>r   r   r   r   r   ฺ__repr__V   s   zPricing.__repr__)ฺ__name__ฺ
__module__ฺ__qualname__r   ฺpropertyr   r   r   r   r   r   r   r   ฺ__classcell__r   r   r   r   r      s"    
	
	




r   N)ฺ__doc__ฺtwilio.base.domainr   ฺtwilio.rest.pricing.v1r   ฺtwilio.rest.pricing.v2r   r   r   r   r   r   ฺ<module>   s
   