Show / Hide Table of Contents

Struct BillingTaxIdentifierType

The type of the tax identifier.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Billing.dll
Syntax
public struct BillingTaxIdentifierType : IEquatable<Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType>

Constructors

BillingTaxIdentifierType(String)

Initializes a new instance of BillingTaxIdentifierType.

Declaration
public BillingTaxIdentifierType (string value);
Parameters
System.String value

Exceptions
System.ArgumentNullException

value is null.

Properties

BrazilCcmId

BrazilCcmId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType BrazilCcmId { get; }
Property Value
BillingTaxIdentifierType

BrazilCnpjId

BrazilCnpjId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType BrazilCnpjId { get; }
Property Value
BillingTaxIdentifierType

BrazilCpfId

BrazilCpfId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType BrazilCpfId { get; }
Property Value
BillingTaxIdentifierType

CanadianFederalExempt

CanadianFederalExempt.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType CanadianFederalExempt { get; }
Property Value
BillingTaxIdentifierType

CanadianProvinceExempt

CanadianProvinceExempt.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType CanadianProvinceExempt { get; }
Property Value
BillingTaxIdentifierType

ExternalTaxation

ExternalTaxation.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType ExternalTaxation { get; }
Property Value
BillingTaxIdentifierType

IndiaFederalServiceTaxId

IndiaFederalServiceTaxId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType IndiaFederalServiceTaxId { get; }
Property Value
BillingTaxIdentifierType

IndiaFederalTanId

IndiaFederalTanId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType IndiaFederalTanId { get; }
Property Value
BillingTaxIdentifierType

IndiaPanId

IndiaPanId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType IndiaPanId { get; }
Property Value
BillingTaxIdentifierType

IndiaStateCstId

IndiaStateCstId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType IndiaStateCstId { get; }
Property Value
BillingTaxIdentifierType

IndiaStateGstINId

IndiaStateGstINId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType IndiaStateGstINId { get; }
Property Value
BillingTaxIdentifierType

IndiaStateVatId

IndiaStateVatId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType IndiaStateVatId { get; }
Property Value
BillingTaxIdentifierType

IntlExempt

IntlExempt.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType IntlExempt { get; }
Property Value
BillingTaxIdentifierType

LoveCode

LoveCode.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType LoveCode { get; }
Property Value
BillingTaxIdentifierType

MobileBarCode

MobileBarCode.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType MobileBarCode { get; }
Property Value
BillingTaxIdentifierType

NationalIdentificationNumber

NationalIdentificationNumber.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType NationalIdentificationNumber { get; }
Property Value
BillingTaxIdentifierType

Other

Other.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType Other { get; }
Property Value
BillingTaxIdentifierType

PublicSectorId

PublicSectorId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType PublicSectorId { get; }
Property Value
BillingTaxIdentifierType

USExempt

USExempt.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType USExempt { get; }
Property Value
BillingTaxIdentifierType

VatId

VatId.

Declaration
public static Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType VatId { get; }
Property Value
BillingTaxIdentifierType

Methods

Equals(BillingTaxIdentifierType)

Indicates whether the current object is equal to another object of the same type.

Declaration
public bool Equals (Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType other);
Parameters
BillingTaxIdentifierType other

An object to compare with this object.

Returns
System.Boolean

true if the current object is equal to the other parameter; otherwise, false.

Equals(Object)

Indicates whether this instance and a specified object are equal.

Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
System.Object obj

The object to compare with the current instance.

Returns
System.Boolean

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
System.Int32

A 32-bit signed integer that is the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Declaration
public override string ToString ();
Returns
System.String

The fully qualified type name.

Operators

Equality(BillingTaxIdentifierType, BillingTaxIdentifierType)

Determines if two BillingTaxIdentifierType values are the same.

Declaration
public static bool operator == (Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType left, Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType right);
Parameters
BillingTaxIdentifierType left

BillingTaxIdentifierType right

Returns
System.Boolean

Implicit(String to BillingTaxIdentifierType)

Converts a System.String to a BillingTaxIdentifierType.

Declaration
public static implicit operator Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType (string value);
Parameters
System.String value

Returns
BillingTaxIdentifierType

Inequality(BillingTaxIdentifierType, BillingTaxIdentifierType)

Determines if two BillingTaxIdentifierType values are not the same.

Declaration
public static bool operator != (Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType left, Azure.ResourceManager.Billing.Models.BillingTaxIdentifierType right);
Parameters
BillingTaxIdentifierType left

BillingTaxIdentifierType right

Returns
System.Boolean

Back to top Azure SDK for .NET