Compartilhar via


SpecialTaxationType Struct

Definition

Identifies the type of tax calculation used for the invoice. The field is applicable only to invoices with special tax calculation logic.

public readonly struct SpecialTaxationType : IEquatable<Azure.ResourceManager.Billing.Models.SpecialTaxationType>
type SpecialTaxationType = struct
Public Structure SpecialTaxationType
Implements IEquatable(Of SpecialTaxationType)
Inheritance
SpecialTaxationType
Implements

Constructors

SpecialTaxationType(String)

Initializes a new instance of SpecialTaxationType.

Properties

InvoiceLevel

InvoiceLevel.

SubtotalLevel

SubtotalLevel.

Methods

Equals(SpecialTaxationType)

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(SpecialTaxationType, SpecialTaxationType)

Determines if two SpecialTaxationType values are the same.

Implicit(String to SpecialTaxationType)

Converts a string to a SpecialTaxationType.

Inequality(SpecialTaxationType, SpecialTaxationType)

Determines if two SpecialTaxationType values are not the same.

Applies to