403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Python312/Lib/site-packages/clicksend_client/models/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Python312/Lib/site-packages/clicksend_client/models/__pycache__/contact.cpython-312.pyc
�

qk�ff?��B�dZddlZddlZddlZddlmZGd�de�Zy)a�
    ClickSend v3 API

     This is an official SDK for [ClickSend](https://clicksend.com)  Below you will find a current list of the available methods for clicksend.  *NOTE: You will need to create a free account to use the API. You can register [here](https://dashboard.clicksend.com/#/signup/step1/)..*   # noqa: E501

    OpenAPI spec version: 3.1
    Contact: support@clicksend.com
    Generated by: https://github.com/clicksend-api/clicksend-codegen.git
�N)�
Configurationc�J�eZdZdZ	idd�dd�dd�dd�dd�dd�d	d�d
d�dd�dd�d
d�dd�dd�dd�dd�dd�Zidd�dd�dd�dd�dd�dd�d	d	�d
d
�dd�dd�d
d
�dd�dd�dd�dd�dd�ZiZd;d�Zed��Z	e	jd��Z	ed��Zejd��Zed��Zejd��Zed��Z
e
jd��Z
ed��Zejd��Zed��Zejd ��Zed!��Zejd"��Zed#��Zejd$��Zed%��Zejd&��Zed'��Zejd(��Zed)��Zejd*��Zed+��Zejd,��Zed-��Zejd.��Zed/��Zejd0��Zed1��Zejd2��Zed3��Zejd4��Zd5�Zd6�Zd7�Zd8�Zd9�Zd:�Zy)<�ContactzuNOTE: This class is auto generated by the clicksend code generator program.

    Do not edit the class manually.
    �phone_number�str�custom_1�email�
fax_number�
first_name�address_line_1�address_line_2�address_city�
address_state�address_postal_code�address_country�organization_name�custom_2�custom_3�custom_4�	last_nameNc�2�|�
t�}||_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_d|_
d|_d|_d|_d|_d|_||_||_|�||_|�||_|�||_|�||_|�||_|�||_|	�|	|_|
�|
|_|�||_|�||_|
�|
|_|�||_ |�||_!|�||_"yy)z$Contact - a model defined in SwaggerN�	classType)#r�_configuration�
_phone_number�	_custom_1�_email�_fax_number�_first_name�_address_line_1�_address_line_2�
_address_city�_address_state�_address_postal_code�_address_country�_organization_name�	_custom_2�	_custom_3�	_custom_4�
_last_name�
discriminatorrrr	r
rrr
rrrrrrrrr)�selfrrr	r
rrr
rrrrrrrrrrs                  �AC:\Python312\Lib\site-packages\clicksend_client/models/contact.py�__init__zContact.__init__Msj���!�*�_�N�,���!���������������#���#���!���"���$(��!� $���"&���������������(���(��� ��
����D�J��!�(�D�O��!�(�D�O��%�"0�D���%�"0�D���#� ,�D���$�!.�D���*�':�D�$��&�#2�D� ��(�%6�D�"���$�D�M���$�D�M���$�D�M�� �&�D�N�!�c��|jS)z�Gets the phone_number of this Contact.  # noqa: E501

        Your phone number in E.164 format. Must be provided if no fax number or email.  # noqa: E501

        :return: The phone_number of this Contact.  # noqa: E501
        :rtype: str
        )r�r+s r,rzContact.phone_number�����!�!�!r.c�X�|jjr
|�td��||_y)z�Sets the phone_number of this Contact.

        Your phone number in E.164 format. Must be provided if no fax number or email.  # noqa: E501

        :param phone_number: The phone_number of this Contact.  # noqa: E501
        :type: str
        Nz4Invalid value for `phone_number`, must not be `None`)r�client_side_validation�
ValueErrorr)r+rs  r,rzContact.phone_number�s,�����5�5�,�:N��S�T�T�)��r.c��|jS)z�Gets the custom_1 of this Contact.  # noqa: E501

          # noqa: E501

        :return: The custom_1 of this Contact.  # noqa: E501
        :rtype: str
        )rr0s r,rzContact.custom_1�����~�~�r.c�X�|jjr
|�td��||_y)z�Sets the custom_1 of this Contact.

          # noqa: E501

        :param custom_1: The custom_1 of this Contact.  # noqa: E501
        :type: str
        Nz0Invalid value for `custom_1`, must not be `None`)rr3r4r)r+rs  r,rzContact.custom_1�s+�����5�5�(�:J��O�P�P�!��r.c��|jS)z�Gets the email of this Contact.  # noqa: E501

        Your email. Must be provided if no phone number or fax number.  # noqa: E501

        :return: The email of this Contact.  # noqa: E501
        :rtype: str
        �rr0s r,r	z
Contact.email�s���{�{�r.c��||_y)z�Sets the email of this Contact.

        Your email. Must be provided if no phone number or fax number.  # noqa: E501

        :param email: The email of this Contact.  # noqa: E501
        :type: str
        Nr9)r+r	s  r,r	z
Contact.email�s����r.c��|jS)z�Gets the fax_number of this Contact.  # noqa: E501

        Your fax number. Must be provided if no phone number or email.  # noqa: E501

        :return: The fax_number of this Contact.  # noqa: E501
        :rtype: str
        �rr0s r,r
zContact.fax_number�������r.c��||_y)z�Sets the fax_number of this Contact.

        Your fax number. Must be provided if no phone number or email.  # noqa: E501

        :param fax_number: The fax_number of this Contact.  # noqa: E501
        :type: str
        Nr<)r+r
s  r,r
zContact.fax_number����&��r.c��|jS)z�Gets the first_name of this Contact.  # noqa: E501

        Your first name.  # noqa: E501

        :return: The first_name of this Contact.  # noqa: E501
        :rtype: str
        �rr0s r,rzContact.first_name�r=r.c��||_y)z�Sets the first_name of this Contact.

        Your first name.  # noqa: E501

        :param first_name: The first_name of this Contact.  # noqa: E501
        :type: str
        NrA)r+rs  r,rzContact.first_name�r?r.c��|jS)z�Gets the address_line_1 of this Contact.  # noqa: E501

        Your street address  # noqa: E501

        :return: The address_line_1 of this Contact.  # noqa: E501
        :rtype: str
        �rr0s r,rzContact.address_line_1�����#�#�#r.c��||_y)z�Sets the address_line_1 of this Contact.

        Your street address  # noqa: E501

        :param address_line_1: The address_line_1 of this Contact.  # noqa: E501
        :type: str
        NrD)r+rs  r,rzContact.address_line_1��� .��r.c��|jS)z�Gets the address_line_2 of this Contact.  # noqa: E501

          # noqa: E501

        :return: The address_line_2 of this Contact.  # noqa: E501
        :rtype: str
        �r r0s r,r
zContact.address_line_2rEr.c��||_y)z�Sets the address_line_2 of this Contact.

          # noqa: E501

        :param address_line_2: The address_line_2 of this Contact.  # noqa: E501
        :type: str
        NrI)r+r
s  r,r
zContact.address_line_2rGr.c��|jS)z�Gets the address_city of this Contact.  # noqa: E501

        Your nearest city  # noqa: E501

        :return: The address_city of this Contact.  # noqa: E501
        :rtype: str
        �r!r0s r,rzContact.address_city)r1r.c��||_y)z�Sets the address_city of this Contact.

        Your nearest city  # noqa: E501

        :param address_city: The address_city of this Contact.  # noqa: E501
        :type: str
        NrL)r+rs  r,rzContact.address_city4s��*��r.c��|jS)z�Gets the address_state of this Contact.  # noqa: E501

        Your current state  # noqa: E501

        :return: The address_state of this Contact.  # noqa: E501
        :rtype: str
        �r"r0s r,rzContact.address_state@s���"�"�"r.c��||_y)z�Sets the address_state of this Contact.

        Your current state  # noqa: E501

        :param address_state: The address_state of this Contact.  # noqa: E501
        :type: str
        NrO)r+rs  r,rzContact.address_stateKs��,��r.c��|jS)z�Gets the address_postal_code of this Contact.  # noqa: E501

        Your current postcode  # noqa: E501

        :return: The address_postal_code of this Contact.  # noqa: E501
        :rtype: str
        �r#r0s r,rzContact.address_postal_codeWs���(�(�(r.c��||_y)z�Sets the address_postal_code of this Contact.

        Your current postcode  # noqa: E501

        :param address_postal_code: The address_postal_code of this Contact.  # noqa: E501
        :type: str
        NrR)r+rs  r,rzContact.address_postal_codebs��%8��!r.c��|jS)z�Gets the address_country of this Contact.  # noqa: E501

        Your current country  # noqa: E501

        :return: The address_country of this Contact.  # noqa: E501
        :rtype: str
        �r$r0s r,rzContact.address_countryns���$�$�$r.c��||_y)z�Sets the address_country of this Contact.

        Your current country  # noqa: E501

        :param address_country: The address_country of this Contact.  # noqa: E501
        :type: str
        NrU)r+rs  r,rzContact.address_countryys��!0��r.c��|jS)z�Gets the organization_name of this Contact.  # noqa: E501

        Your organisation name  # noqa: E501

        :return: The organization_name of this Contact.  # noqa: E501
        :rtype: str
        �r%r0s r,rzContact.organization_name�s���&�&�&r.c��||_y)z�Sets the organization_name of this Contact.

        Your organisation name  # noqa: E501

        :param organization_name: The organization_name of this Contact.  # noqa: E501
        :type: str
        NrX)r+rs  r,rzContact.organization_name�s��#4��r.c��|jS)z�Gets the custom_2 of this Contact.  # noqa: E501

          # noqa: E501

        :return: The custom_2 of this Contact.  # noqa: E501
        :rtype: str
        �r&r0s r,rzContact.custom_2�r6r.c��||_y)z�Sets the custom_2 of this Contact.

          # noqa: E501

        :param custom_2: The custom_2 of this Contact.  # noqa: E501
        :type: str
        Nr[)r+rs  r,rzContact.custom_2����"��r.c��|jS)z�Gets the custom_3 of this Contact.  # noqa: E501

          # noqa: E501

        :return: The custom_3 of this Contact.  # noqa: E501
        :rtype: str
        �r'r0s r,rzContact.custom_3�r6r.c��||_y)z�Sets the custom_3 of this Contact.

          # noqa: E501

        :param custom_3: The custom_3 of this Contact.  # noqa: E501
        :type: str
        Nr_)r+rs  r,rzContact.custom_3�r]r.c��|jS)z�Gets the custom_4 of this Contact.  # noqa: E501

          # noqa: E501

        :return: The custom_4 of this Contact.  # noqa: E501
        :rtype: str
        �r(r0s r,rzContact.custom_4�r6r.c��||_y)z�Sets the custom_4 of this Contact.

          # noqa: E501

        :param custom_4: The custom_4 of this Contact.  # noqa: E501
        :type: str
        Nrb)r+rs  r,rzContact.custom_4�r]r.c��|jS)z�Gets the last_name of this Contact.  # noqa: E501

        Your last name  # noqa: E501

        :return: The last_name of this Contact.  # noqa: E501
        :rtype: str
        �r)r0s r,rzContact.last_name�s�����r.c��||_y)z�Sets the last_name of this Contact.

        Your last name  # noqa: E501

        :param last_name: The last_name of this Contact.  # noqa: E501
        :type: str
        Nre)r+rs  r,rzContact.last_name�s��$��r.c�r�||jj�}|jj|�S)z:Returns the real base class specified by the discriminator)r*�lower�discriminator_value_class_map�get)r+�data�discriminator_values   r,�get_real_child_modelzContact.get_real_child_model�s4��"�4�#5�#5�6�<�<�>���1�1�5�5�6I�J�Jr.c���i}tj|j�D]�\}}t||�}t	|t
�rtt
d�|��||<�<t|d�r|j�||<�\t	|t�r(tt
d�|j���||<��|||<��ttt�r|j�D]
\}}|||<�|S)z&Returns the model properties as a dictc�>�t|d�r|j�S|S)N�to_dict��hasattrrp)�xs r,�<lambda>z!Contact.to_dict.<locals>.<lambda>s��W�Q�	�-B�a�i�i�k���r.rpc�T�t|dd�r|d|dj�fS|S)N�rprrq)�items r,rtz!Contact.to_dict.<locals>.<lambda>s3���t�A�w�	�2�#'�q�'�4��7�?�?�+<�!=��8<�r.)
�six�	iteritems�clicksend_types�getattr�
isinstance�list�maprrrp�dict�items�
issubclassr)r+�result�attr�_�value�keys      r,rpzContact.to_dict�s������}�}�T�%9�%9�:�	%�G�D�!��D�$�'�E��%��&�#�C�I��%� ��t����	�*�$�}�}���t���E�4�(�#�C�=��K�K�M�%� ��t�� %��t��!	%�"�g�t�$�"�j�j�l�
$�
��U�#��s��
$��
r.c�H�tj|j��S)z.Returns the string representation of the model)�pprint�pformatrpr0s r,�to_strzContact.to_strs���~�~�d�l�l�n�-�-r.c�"�|j�S)zFor `print` and `pprint`)r�r0s r,�__repr__zContact.__repr__s���{�{�}�r.c�f�t|t�sy|j�|j�k(S)z&Returns true if both objects are equalF�r|rrp�r+�others  r,�__eq__zContact.__eq__ s&���%��)���|�|�~�����0�0r.c�f�t|t�sy|j�|j�k7S)z*Returns true if both objects are not equalTr�r�s  r,�__ne__zContact.__ne__'s&���%��)���|�|�~�����0�0r.)NNNNNNNNNNNNNNNNN) �__name__�
__module__�__qualname__�__doc__rz�
attribute_maprir-�propertyr�setterrr	r
rrr
rrrrrrrrrrmrpr�r�r�r��r.r,rrs����
������E��	���	�e�	�
	�e��	�%�
�	�%��	���	���	�u��	�5��	�U��	�E��	�E��	�E�� 	�U�!�O�&�����J��	���	�l�	�
	�l��	�*�
�	�*��	���	���	�4��	�,��	�0��	�J��	�J��	�J�� 	�[�!�M�&%�!�5'�n�"��"����*��*������_�_�"��"������\�\�	��	�� �� ����	&��	&�� �� ����	&��	&��$��$����	.��	.��$��$����	.��	.��"��"����	*��	*��#��#����	,��	,��)��)����	8� �	8��%��%����	0��	0��'��'����	4��	4������_�_�	"��	"������_�_�	"��	"������_�_�	"��	"��������	$��	$�K�
�6.��1�1r.r)r�r��rerx�clicksend_client.configurationr�objectrr�r.r,�<module>r�s&����	�
�8�V1�f�V1r.

Youez - 2016 - github.com/yon3zu
LinuXploit