RefundStatus 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 status of refund request.
public readonly struct RefundStatus : IEquatable<Azure.ResourceManager.Billing.Models.RefundStatus>
type RefundStatus = struct
Public Structure RefundStatus
Implements IEquatable(Of RefundStatus)
- Inheritance
-
RefundStatus
- Implements
Constructors
RefundStatus(String) |
Initializes a new instance of RefundStatus. |
Properties
Approved |
Approved. |
Cancelled |
Cancelled. |
Completed |
Completed. |
Declined |
Declined. |
Expired |
Expired. |
Other |
Other. |
Pending |
Pending. |
Methods
Equals(RefundStatus) |
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(RefundStatus, RefundStatus) |
Determines if two RefundStatus values are the same. |
Implicit(String to RefundStatus) |
Converts a string to a RefundStatus. |
Inequality(RefundStatus, RefundStatus) |
Determines if two RefundStatus values are not the same. |
Applies to
Azure SDK for .NET