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