TaxSettings / Client / get_tax_inheritance

get_tax_inheritance#

TaxSettings.Client.get_tax_inheritance()#

The get account tax inheritance status.

See also: AWS API Documentation

Request Syntax

response = client.get_tax_inheritance()
Return type:

dict

Returns:

Response Syntax

{
    'heritageStatus': 'OptIn'|'OptOut'
}

Response Structure

  • (dict) –

    • heritageStatus (string) –

      The tax inheritance status.

Exceptions