public static enum Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode extends java.lang.Enum<Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode>
| Enum Constant and Description |
|---|
IDEMPOTENCY_KEY_ALREADY_USED
Idempotency key has already been used.
|
PAYMENT_REQUEST_INVALID_INPUT
Payment request input is invalid.
|
PAYMENT_REQUEST_NOT_FOUND
Payment request not found.
|
UNKNOWN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode |
fromGraphQl(java.lang.String value) |
java.lang.String |
toString() |
static Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode IDEMPOTENCY_KEY_ALREADY_USED
public static final Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode PAYMENT_REQUEST_INVALID_INPUT
public static final Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode PAYMENT_REQUEST_NOT_FOUND
public static final Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode UNKNOWN_VALUE
public static Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode[] values()
for (Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode c : Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode.values()) System.out.println(c);
public static Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode fromGraphQl(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Enum<Storefront.UserErrorsShopPayPaymentRequestSessionUserErrorsCode>