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