Delen 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

RefundReasonCode(String)

Initializes a new instance of RefundReasonCode.

Properties

AccidentalConversion

AccidentalConversion.

AccidentalPurchase

AccidentalPurchase.

ForgotToCancel

ForgotToCancel.

Other

Other.

UnclearDocumentation

UnclearDocumentation.

UnclearPricing

UnclearPricing.

Methods

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

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