public static enum Transaction.GatewayRejectionReason extends Enum<Transaction.GatewayRejectionReason>
Enum Constant and Description |
---|
APPLICATION_INCOMPLETE |
AVS |
AVS_AND_CVV |
CVV |
DUPLICATE |
FRAUD |
THREE_D_SECURE |
TOKEN_ISSUANCE |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Transaction.GatewayRejectionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.GatewayRejectionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transaction.GatewayRejectionReason APPLICATION_INCOMPLETE
public static final Transaction.GatewayRejectionReason AVS
public static final Transaction.GatewayRejectionReason AVS_AND_CVV
public static final Transaction.GatewayRejectionReason CVV
public static final Transaction.GatewayRejectionReason DUPLICATE
public static final Transaction.GatewayRejectionReason FRAUD
public static final Transaction.GatewayRejectionReason THREE_D_SECURE
public static final Transaction.GatewayRejectionReason TOKEN_ISSUANCE
public static final Transaction.GatewayRejectionReason UNRECOGNIZED
private final String name
public static Transaction.GatewayRejectionReason[] values()
for (Transaction.GatewayRejectionReason c : Transaction.GatewayRejectionReason.values()) System.out.println(c);
public static Transaction.GatewayRejectionReason 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 toString()
toString
in class Enum<Transaction.GatewayRejectionReason>
Copyright © 2013-2020. All Rights Reserved.