BillingBenefitsPaymentStatus 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.
Describes whether the payment is completed, failed, cancelled or scheduled in the future.
public readonly struct BillingBenefitsPaymentStatus : IEquatable<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsPaymentStatus>
type BillingBenefitsPaymentStatus = struct
Public Structure BillingBenefitsPaymentStatus
Implements IEquatable(Of BillingBenefitsPaymentStatus)
- Inheritance
-
BillingBenefitsPaymentStatus
- Implements
Constructors
| Name | Description |
|---|---|
| BillingBenefitsPaymentStatus(String) |
Initializes a new instance of BillingBenefitsPaymentStatus. |
Properties
| Name | Description |
|---|---|
| Cancelled |
Gets the Cancelled. |
| Failed |
Gets the Failed. |
| Scheduled |
Gets the Scheduled. |
| Succeeded |
Gets the Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(BillingBenefitsPaymentStatus) |
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
| Name | Description |
|---|---|
| Equality(BillingBenefitsPaymentStatus, BillingBenefitsPaymentStatus) |
Determines if two BillingBenefitsPaymentStatus values are the same. |
| Implicit(String to BillingBenefitsPaymentStatus) |
Converts a string to a BillingBenefitsPaymentStatus. |
| Implicit(String to Nullable<BillingBenefitsPaymentStatus>) | |
| Inequality(BillingBenefitsPaymentStatus, BillingBenefitsPaymentStatus) |
Determines if two BillingBenefitsPaymentStatus values are not the same. |