PaymentStatus Struct

Definition

Describes whether the payment is completed, failed, cancelled or scheduled in the future.

public readonly struct PaymentStatus : IEquatable<Azure.ResourceManager.Reservations.Models.PaymentStatus>
type PaymentStatus = struct
Public Structure PaymentStatus
Implements IEquatable(Of PaymentStatus)
Inheritance
PaymentStatus
Implements

Constructors

Name Description
PaymentStatus(String)

Initializes a new instance of PaymentStatus.

Properties

Name Description
Cancelled

Cancelled.

Failed

Failed.

Scheduled

Scheduled.

Succeeded

Succeeded.

Methods

Name Description
Equals(PaymentStatus)

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(PaymentStatus, PaymentStatus)

Determines if two PaymentStatus values are the same.

Implicit(String to PaymentStatus)

Converts a String to a PaymentStatus.

Inequality(PaymentStatus, PaymentStatus)

Determines if two PaymentStatus values are not the same.

Applies to