a
    !fr                     @   s`   d Z ddlmZmZmZ ddlmZ ddlmZ ddl	m
Z
 G dd deZG dd	 d	eZd
S )a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Api
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
    )AnyDictOptional)InstanceResource)ListResource)Versionc                       s@   e Zd ZdZeeeef ed fddZedddZ	  Z
S )BalanceInstanceaE  
    :ivar account_sid: The unique SID identifier of the Account.
    :ivar balance: The balance of the Account, in units specified by the unit parameter. Balance changes may not be reflected immediately. Child accounts do not contain balance information
    :ivar currency: The units of currency for the account balance
    )versionpayloadaccount_sidc                    s>   t  | |d| _|d| _|d| _d|i| _d S )Nr   balancecurrency)super__init__getr   r   r   	_solution)selfr	   r
   r   	__class__ f/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/rest/api/v2010/account/balance.pyr      s    zBalanceInstance.__init__returnc                 C   s$   d dd | j D }d|S )f
        Provide a friendly representation

        :returns: Machine friendly representation
         c                 s   s   | ]\}}d  ||V  qdS )z{}={}N)format).0kvr   r   r   	<genexpr>0       z+BalanceInstance.__repr__.<locals>.<genexpr>z%<Twilio.Api.V2010.BalanceInstance {}>)joinr   itemsr   )r   contextr   r   r   __repr__*   s    zBalanceInstance.__repr__)__name__
__module____qualname____doc__r   r   strr   r   r$   __classcell__r   r   r   r   r      s   r   c                       sN   e Zd Zeed fddZedddZedddZedd	d
Z	  Z
S )BalanceList)r	   r   c                    s.   t  | d|i| _djf i | j| _dS )z
        Initialize the BalanceList

        :param version: Version that contains the resource
        :param account_sid: The unique SID identifier of the Account.

        r   z$/Accounts/{account_sid}/Balance.jsonN)r   r   r   r   _uri)r   r	   r   r   r   r   r   5   s    zBalanceList.__init__r   c                 C   s(   | j jd| jd}t| j || jd dS )i
        Asynchronously fetch the BalanceInstance

        :returns: The fetched BalanceInstance
        GETmethodurir   r   )_versionfetchr,   r   r   r   r
   r   r   r   r4   E   s    zBalanceList.fetchc                    s.   | j jd| jdI dH }t| j || jd dS )r-   r.   r/   Nr   r2   )r3   fetch_asyncr,   r   r   r5   r   r   r   r6   Q   s    zBalanceList.fetch_asyncc                 C   s   dS )r   z<Twilio.Api.V2010.BalanceList>r   )r   r   r   r   r$   ]   s    zBalanceList.__repr__)r%   r&   r'   r   r)   r   r   r4   r6   r$   r*   r   r   r   r   r+   4   s   r+   N)r(   typingr   r   r   Ztwilio.base.instance_resourcer   Ztwilio.base.list_resourcer   Ztwilio.base.versionr   r   r+   r   r   r   r   <module>   s   