TaxSettings / Client / get_tax_exemption_types

get_tax_exemption_types#

TaxSettings.Client.get_tax_exemption_types()#

Get supported tax exemption types.

See also: AWS API Documentation

Request Syntax

response = client.get_tax_exemption_types()
Return type:

dict

Returns:

Response Syntax

{
    'taxExemptionTypes': [
        {
            'applicableJurisdictions': [
                {
                    'country': 'string',
                    'state': 'string'
                },
            ],
            'description': 'string',
            'displayName': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • taxExemptionTypes (list) –

      The supported types of tax exemptions.

      • (dict) –

        The tax exemption type.

        • applicableJurisdictions (list) –

          The tax exemption’s applicable jurisdictions.

          • (dict) –

            The address domain associate with the tax information.

            • country (string) –

              The country code for the country that the address is in.

            • state (string) –

              The state that the address is located.

        • description (string) –

          The tax exemption’s type description.

        • displayName (string) –

          The tax exemption’s type display name.

Exceptions

  • TaxSettings.Client.exceptions.ValidationException

  • TaxSettings.Client.exceptions.ResourceNotFoundException

  • TaxSettings.Client.exceptions.InternalServerException