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