InvoiceDocumentType 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 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
Azure SDK for .NET