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, includeReverseCharge=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 :param includeReverseCharge: Whether the organization needs the reverse charge mechanism applied to invoices. :type includeReverseCharge: bool .. py:attribute:: address_line_1 :value: None .. py:attribute:: address_line_2 :value: None .. py:attribute:: city :value: None .. py:attribute:: state_or_province :value: None .. py:attribute:: postal_code :value: None .. py:attribute:: country :value: None .. py:attribute:: additional_info :value: None .. py:attribute:: include_reverse_charge :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. 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