你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InvoiceDocumentType Struct

Definition

The type of the document.

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

Constructors

InvoiceDocumentType(String)

Initializes a new instance of InvoiceDocumentType.

Properties

CreditNote

CreditNote.

Invoice

Invoice.

Other

Other.

Summary

Summary.

TaxReceipt

TaxReceipt.

Transactions

Transactions.

VoidNote

VoidNote.

Methods

Equals(InvoiceDocumentType)

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

Determines if two InvoiceDocumentType values are the same.

Implicit(String to InvoiceDocumentType)

Converts a string to a InvoiceDocumentType.

Inequality(InvoiceDocumentType, InvoiceDocumentType)

Determines if two InvoiceDocumentType values are not the same.

Applies to