Partilhar via


RefundReasonCode Struct

Definition

The reason for refund.

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

Constructors

Name Description
RefundReasonCode(String)

Initializes a new instance of RefundReasonCode.

Properties

Name Description
AccidentalConversion

AccidentalConversion.

AccidentalPurchase

AccidentalPurchase.

ForgotToCancel

ForgotToCancel.

Other

Other.

UnclearDocumentation

UnclearDocumentation.

UnclearPricing

UnclearPricing.

Methods

Name Description
Equals(RefundReasonCode)

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

Determines if two RefundReasonCode values are the same.

Implicit(String to RefundReasonCode)

Converts a String to a RefundReasonCode.

Inequality(RefundReasonCode, RefundReasonCode)

Determines if two RefundReasonCode values are not the same.

Applies to