public static enum ThreeDS2RequestData.TransactionTypeEnum extends Enum<ThreeDS2RequestData.TransactionTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreeDS2RequestData.TransactionTypeEnum.Adapter |
| Enum Constant and Description |
|---|
ACCOUNTFUNDING |
CHECKACCEPTANCE |
GOODSORSERVICEPURCHASE |
PREPAIDACTIVATIONANDLOAD |
QUASICASHTRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
static ThreeDS2RequestData.TransactionTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ThreeDS2RequestData.TransactionTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreeDS2RequestData.TransactionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreeDS2RequestData.TransactionTypeEnum GOODSORSERVICEPURCHASE
public static final ThreeDS2RequestData.TransactionTypeEnum CHECKACCEPTANCE
public static final ThreeDS2RequestData.TransactionTypeEnum ACCOUNTFUNDING
public static final ThreeDS2RequestData.TransactionTypeEnum QUASICASHTRANSACTION
public static final ThreeDS2RequestData.TransactionTypeEnum PREPAIDACTIVATIONANDLOAD
public static ThreeDS2RequestData.TransactionTypeEnum[] values()
for (ThreeDS2RequestData.TransactionTypeEnum c : ThreeDS2RequestData.TransactionTypeEnum.values()) System.out.println(c);
public static ThreeDS2RequestData.TransactionTypeEnum 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<ThreeDS2RequestData.TransactionTypeEnum>public static ThreeDS2RequestData.TransactionTypeEnum fromValue(String text)
Copyright © 2022. All rights reserved.