TaxIdentifier Class

A tax identifier for the billing account.

Inheritance
azure.mgmt.billing._serialization.Model
TaxIdentifier

Constructor

TaxIdentifier(*, id: str | None = None, type: str | _models.TaxIdentifierType | None = None, scope: str | None = None, country: str | None = None, status: str | _models.TaxIdentifierStatus | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The id of the tax identifier.

type

The type of the tax identifier. Known values are: "Other", "BrazilCcmId", "BrazilCnpjId", "BrazilCpfId", "CanadianFederalExempt", "CanadianProvinceExempt", "ExternalTaxation", "IndiaFederalTanId", "IndiaFederalServiceTaxId", "IndiaPanId", "IndiaStateCstId", "IndiaStateGstINId", "IndiaStateVatId", "IntlExempt", "USExempt", "VatId", "LoveCode", "MobileBarCode", "NationalIdentificationNumber", and "PublicSectorId".

scope
str

The scope of the tax identifier.

country
str

The country of the tax identifier.

status

The status of the tax identifier. Known values are: "Other", "Valid", and "Invalid".

Variables

Name Description
id
str

The id of the tax identifier.

type

The type of the tax identifier. Known values are: "Other", "BrazilCcmId", "BrazilCnpjId", "BrazilCpfId", "CanadianFederalExempt", "CanadianProvinceExempt", "ExternalTaxation", "IndiaFederalTanId", "IndiaFederalServiceTaxId", "IndiaPanId", "IndiaStateCstId", "IndiaStateGstINId", "IndiaStateVatId", "IntlExempt", "USExempt", "VatId", "LoveCode", "MobileBarCode", "NationalIdentificationNumber", and "PublicSectorId".

scope
str

The scope of the tax identifier.

country
str

The country of the tax identifier.

status

The status of the tax identifier. Known values are: "Other", "Valid", and "Invalid".