public static enum InlineResponse4005.ReasonEnum extends Enum<InlineResponse4005.ReasonEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineResponse4005.ReasonEnum.Adapter |
| Enum Constant and Description |
|---|
DEBIT_CARD_USEAGE_EXCEEDD_LIMIT |
DUPLICATE_REQUEST |
INVALID_AMOUNT |
INVALID_DATA |
INVALID_MERCHANT_CONFIGURATION |
MISSING_FIELD |
| Modifier and Type | Method and Description |
|---|---|
static InlineResponse4005.ReasonEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static InlineResponse4005.ReasonEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InlineResponse4005.ReasonEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InlineResponse4005.ReasonEnum MISSING_FIELD
public static final InlineResponse4005.ReasonEnum INVALID_DATA
public static final InlineResponse4005.ReasonEnum DUPLICATE_REQUEST
public static final InlineResponse4005.ReasonEnum INVALID_MERCHANT_CONFIGURATION
public static final InlineResponse4005.ReasonEnum INVALID_AMOUNT
public static final InlineResponse4005.ReasonEnum DEBIT_CARD_USEAGE_EXCEEDD_LIMIT
public static InlineResponse4005.ReasonEnum[] values()
for (InlineResponse4005.ReasonEnum c : InlineResponse4005.ReasonEnum.values()) System.out.println(c);
public static InlineResponse4005.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<InlineResponse4005.ReasonEnum>public static InlineResponse4005.ReasonEnum fromValue(String text)
Copyright © 2018. All rights reserved.