InvoiceSectionStateReasonCode 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.
Reason for the specified invoice section status.
public readonly struct InvoiceSectionStateReasonCode : IEquatable<Azure.ResourceManager.Billing.Models.InvoiceSectionStateReasonCode>
type InvoiceSectionStateReasonCode = struct
Public Structure InvoiceSectionStateReasonCode
Implements IEquatable(Of InvoiceSectionStateReasonCode)
- Inheritance
-
InvoiceSectionStateReasonCode
- Implements
Constructors
InvoiceSectionStateReasonCode(String) |
Initializes a new instance of InvoiceSectionStateReasonCode. |
Properties
Other |
Other. |
PastDue |
PastDue. |
SpendingLimitExpired |
SpendingLimitExpired. |
SpendingLimitReached |
SpendingLimitReached. |
UnusualActivity |
UnusualActivity. |
Methods
Equals(InvoiceSectionStateReasonCode) |
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(InvoiceSectionStateReasonCode, InvoiceSectionStateReasonCode) |
Determines if two InvoiceSectionStateReasonCode values are the same. |
Implicit(String to InvoiceSectionStateReasonCode) |
Converts a string to a InvoiceSectionStateReasonCode. |
Inequality(InvoiceSectionStateReasonCode, InvoiceSectionStateReasonCode) |
Determines if two InvoiceSectionStateReasonCode values are not the same. |