public static enum SandboxValues.PaymentMethodNonce extends Enum<SandboxValues.PaymentMethodNonce>
Enum Constant and Description |
---|
APPLE_PAY_AMEX |
APPLE_PAY_MASTERCARD |
APPLE_PAY_VISA |
Modifier and Type | Method and Description |
---|---|
static SandboxValues.PaymentMethodNonce |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SandboxValues.PaymentMethodNonce[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SandboxValues.PaymentMethodNonce APPLE_PAY_VISA
public static final SandboxValues.PaymentMethodNonce APPLE_PAY_AMEX
public static final SandboxValues.PaymentMethodNonce APPLE_PAY_MASTERCARD
public String nonce
public static SandboxValues.PaymentMethodNonce[] values()
for (SandboxValues.PaymentMethodNonce c : SandboxValues.PaymentMethodNonce.values()) System.out.println(c);
public static SandboxValues.PaymentMethodNonce 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 nullCopyright © 2013-2016. All Rights Reserved.