BillingTaxIdentifierType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the tax identifier.
public readonly struct BillingTaxIdentifierType : IEquatable<Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType>
type BillingTaxIdentifierType = struct
Public Structure BillingTaxIdentifierType
Implements IEquatable(Of BillingTaxIdentifierType)
- Inheritance
-
BillingTaxIdentifierType
- Implements
Constructors
BillingTaxIdentifierType(String) |
Initializes a new instance of BillingTaxIdentifierType. |
Properties
BrazilCcmId |
BrazilCcmId. |
BrazilCnpjId |
BrazilCnpjId. |
BrazilCpfId |
BrazilCpfId. |
CanadianFederalExempt |
CanadianFederalExempt. |
CanadianProvinceExempt |
CanadianProvinceExempt. |
ExternalTaxation |
ExternalTaxation. |
IndiaFederalServiceTaxId |
IndiaFederalServiceTaxId. |
IndiaFederalTanId |
IndiaFederalTanId. |
IndiaPanId |
IndiaPanId. |
IndiaStateCstId |
IndiaStateCstId. |
IndiaStateGstINId |
IndiaStateGstINId. |
IndiaStateVatId |
IndiaStateVatId. |
IntlExempt |
IntlExempt. |
LoveCode |
LoveCode. |
MobileBarCode |
MobileBarCode. |
NationalIdentificationNumber |
NationalIdentificationNumber. |
Other |
Other. |
PublicSectorId |
PublicSectorId. |
USExempt |
USExempt. |
VatId |
VatId. |
Methods
Equals(BillingTaxIdentifierType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BillingTaxIdentifierType, BillingTaxIdentifierType) |
Determines if two BillingTaxIdentifierType values are the same. |
Implicit(String to BillingTaxIdentifierType) |
Converts a string to a BillingTaxIdentifierType. |
Inequality(BillingTaxIdentifierType, BillingTaxIdentifierType) |
Determines if two BillingTaxIdentifierType values are not the same. |
Applies to
Azure SDK for .NET