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