abacusai.address
================

.. py:module:: abacusai.address


Classes
-------

.. autoapisummary::

   abacusai.address.Address


Module Contents
---------------

.. py:class:: Address(client, addressLine1=None, addressLine2=None, city=None, stateOrProvince=None, postalCode=None, country=None, additionalInfo=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   Address object

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param addressLine1: The first line of the address
   :type addressLine1: str
   :param addressLine2: The second line of the address
   :type addressLine2: str
   :param city: The city
   :type city: str
   :param stateOrProvince: The state or province
   :type stateOrProvince: str
   :param postalCode: The postal code
   :type postalCode: str
   :param country: The country
   :type country: str
   :param additionalInfo: Additional information for invoice
   :type additionalInfo: str


   .. py:attribute:: address_line_1


   .. py:attribute:: address_line_2


   .. py:attribute:: city


   .. py:attribute:: state_or_province


   .. py:attribute:: postal_code


   .. py:attribute:: country


   .. py:attribute:: additional_info


   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()

      Return repr(self).



   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



