public static enum AbstractPaymentRequest.ShopperInteractionEnum extends Enum<AbstractPaymentRequest.ShopperInteractionEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AbstractPaymentRequest.ShopperInteractionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPaymentRequest.ShopperInteractionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Ecommerce") public static final AbstractPaymentRequest.ShopperInteractionEnum ECOMMERCE
@SerializedName(value="ContAuth") public static final AbstractPaymentRequest.ShopperInteractionEnum CONTAUTH
@SerializedName(value="Moto") public static final AbstractPaymentRequest.ShopperInteractionEnum MOTO
public static AbstractPaymentRequest.ShopperInteractionEnum[] values()
for (AbstractPaymentRequest.ShopperInteractionEnum c : AbstractPaymentRequest.ShopperInteractionEnum.values()) System.out.println(c);
public static AbstractPaymentRequest.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 toString()
toString in class Enum<AbstractPaymentRequest.ShopperInteractionEnum>Copyright © 2017. All rights reserved.