public enum TransactionUserInterfaceType extends Enum<TransactionUserInterfaceType>
| Enum Constant and Description |
|---|
IFRAME |
LIGHTBOX |
MOBILE_SDK |
PAYMENT_PAGE |
TERMINAL |
| Modifier and Type | Method and Description |
|---|---|
static TransactionUserInterfaceType |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TransactionUserInterfaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionUserInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionUserInterfaceType IFRAME
public static final TransactionUserInterfaceType LIGHTBOX
public static final TransactionUserInterfaceType PAYMENT_PAGE
public static final TransactionUserInterfaceType MOBILE_SDK
public static final TransactionUserInterfaceType TERMINAL
public static TransactionUserInterfaceType[] values()
for (TransactionUserInterfaceType c : TransactionUserInterfaceType.values()) System.out.println(c);
public static TransactionUserInterfaceType 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<TransactionUserInterfaceType>public static TransactionUserInterfaceType fromValue(String text)
Copyright © 2021. All rights reserved.