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