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
BillingBenefitsPaymentStatus(String) |
Initializes a new instance of BillingBenefitsPaymentStatus. |
Properties
Cancelled |
Cancelled. |
Failed |
Failed. |
Scheduled |
Scheduled. |
Succeeded |
Succeeded. |
Methods
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
Equality(BillingBenefitsPaymentStatus, BillingBenefitsPaymentStatus) |
Determines if two BillingBenefitsPaymentStatus values are the same. |
Implicit(String to BillingBenefitsPaymentStatus) |
Converts a string to a BillingBenefitsPaymentStatus. |
Inequality(BillingBenefitsPaymentStatus, BillingBenefitsPaymentStatus) |
Determines if two BillingBenefitsPaymentStatus values are not the same. |