public static enum PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum extends Enum<PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum.Adapter |
| Enum Constant and Description |
|---|
AVS_FAILED |
CONTACT_PROCESSOR |
CV_FAILED |
CVN_NOT_MATCH |
EXCEEDS_CREDIT_LIMIT |
EXPIRED_CARD |
GENERAL_DECLINE |
INSUFFICIENT_FUND |
INVALID_ACCOUNT |
INVALID_CVN |
ISSUER_UNAVAILABLE |
PAYMENT_REFUSED |
PROCESSOR_DECLINED |
STOLEN_LOST_CARD |
UNAUTHORIZED_CARD |
| Modifier and Type | Method and Description |
|---|---|
static PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum AVS_FAILED
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum CONTACT_PROCESSOR
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum CV_FAILED
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum EXPIRED_CARD
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum PROCESSOR_DECLINED
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum INSUFFICIENT_FUND
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum STOLEN_LOST_CARD
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum ISSUER_UNAVAILABLE
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum UNAUTHORIZED_CARD
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum CVN_NOT_MATCH
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum EXCEEDS_CREDIT_LIMIT
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum INVALID_CVN
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum PAYMENT_REFUSED
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum INVALID_ACCOUNT
public static final PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum GENERAL_DECLINE
public static PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum[] values()
for (PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum c : PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum.values()) System.out.println(c);
public static PtsV2PaymentsPost201ResponseErrorInformation.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<PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum>public static PtsV2PaymentsPost201ResponseErrorInformation.ReasonEnum fromValue(String text)
Copyright © 2018. All rights reserved.