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