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