TaxIdentifier Class
A tax identifier for the billing account.
- Inheritance
-
azure.mgmt.billing._serialization.ModelTaxIdentifier
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
|
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
|
The scope of the tax identifier. |
country
|
The country of the tax identifier. |
status
|
The status of the tax identifier. Known values are: "Other", "Valid", and "Invalid". |
Variables
Name | Description |
---|---|
id
|
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
|
The scope of the tax identifier. |
country
|
The country of the tax identifier. |
status
|
The status of the tax identifier. Known values are: "Other", "Valid", and "Invalid". |
Azure SDK for Python