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