RefundReasonCode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. RefundReasonCode
- com.
- com.
public final class RefundReasonCode
extends ExpandableStringEnum<RefundReasonCode>
The reason for refund.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Refund |
ACCIDENTAL_CONVERSION
Static value Accidental |
|
static final
Refund |
ACCIDENTAL_PURCHASE
Static value Accidental |
|
static final
Refund |
FORGOT_TO_CANCEL
Static value Forgot |
|
static final
Refund |
OTHER
Static value Other for Refund |
|
static final
Refund |
UNCLEAR_DOCUMENTATION
Static value Unclear |
|
static final
Refund |
UNCLEAR_PRICING
Static value Unclear |
Constructor Summary
| Constructor | Description |
|---|---|
| RefundReasonCode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Refund |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Refund |
fromString(String name)
Creates or finds a Refund |
|
static
Collection<Refund |
values()
Gets known Refund |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACCIDENTAL_CONVERSION
public static final RefundReasonCode ACCIDENTAL_CONVERSION
Static value AccidentalConversion for RefundReasonCode.
ACCIDENTAL_PURCHASE
public static final RefundReasonCode ACCIDENTAL_PURCHASE
Static value AccidentalPurchase for RefundReasonCode.
FORGOT_TO_CANCEL
public static final RefundReasonCode FORGOT_TO_CANCEL
Static value ForgotToCancel for RefundReasonCode.
OTHER
public static final RefundReasonCode OTHER
Static value Other for RefundReasonCode.
UNCLEAR_DOCUMENTATION
public static final RefundReasonCode UNCLEAR_DOCUMENTATION
Static value UnclearDocumentation for RefundReasonCode.
UNCLEAR_PRICING
public static final RefundReasonCode UNCLEAR_PRICING
Static value UnclearPricing for RefundReasonCode.
Constructor Details
RefundReasonCode
@Deprecated
public RefundReasonCode()
Deprecated
Creates a new instance of RefundReasonCode value.
Method Details
fromString
public static RefundReasonCode fromString(String name)
Creates or finds a RefundReasonCode from its string representation.
Parameters:
Returns:
values
public static Collection<RefundReasonCode> values()
Gets known RefundReasonCode values.
Returns: