TaxIdentifier Class
A tax identifier for the billing account.
Constructor
TaxIdentifier(*args: Any, **kwargs: Any)
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". |
Attributes
country
The country of the tax identifier.
country: str | None
id
The id of the tax identifier.
id: str | None
scope
The scope of the tax identifier.
scope: str | None
status
"Other", "Valid", and "Invalid".
status: str | _models.TaxIdentifierStatus | None
type
"Other", "BrazilCcmId", "BrazilCnpjId", "BrazilCpfId", "CanadianFederalExempt", "CanadianProvinceExempt", "ExternalTaxation", "IndiaFederalTanId", "IndiaFederalServiceTaxId", "IndiaPanId", "IndiaStateCstId", "IndiaStateGstINId", "IndiaStateVatId", "IntlExempt", "USExempt", "VatId", "LoveCode", "MobileBarCode", "NationalIdentificationNumber", and "PublicSectorId".
type: str | _models.TaxIdentifierType | None