public static enum CreatePaymentAmountUpdateRequest.ReasonEnum extends Enum<CreatePaymentAmountUpdateRequest.ReasonEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreatePaymentAmountUpdateRequest.ReasonEnum.Adapter |
| Enum Constant and Description |
|---|
DELAYEDCHARGE |
NOSHOW |
| Modifier and Type | Method and Description |
|---|---|
static CreatePaymentAmountUpdateRequest.ReasonEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CreatePaymentAmountUpdateRequest.ReasonEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreatePaymentAmountUpdateRequest.ReasonEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreatePaymentAmountUpdateRequest.ReasonEnum DELAYEDCHARGE
public static final CreatePaymentAmountUpdateRequest.ReasonEnum NOSHOW
public static CreatePaymentAmountUpdateRequest.ReasonEnum[] values()
for (CreatePaymentAmountUpdateRequest.ReasonEnum c : CreatePaymentAmountUpdateRequest.ReasonEnum.values()) System.out.println(c);
public static CreatePaymentAmountUpdateRequest.ReasonEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<CreatePaymentAmountUpdateRequest.ReasonEnum>public static CreatePaymentAmountUpdateRequest.ReasonEnum fromValue(String value)
Copyright © 2022. All rights reserved.