public static enum InlineResponse4003.ReasonEnum extends Enum<InlineResponse4003.ReasonEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineResponse4003.ReasonEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static InlineResponse4003.ReasonEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static InlineResponse4003.ReasonEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InlineResponse4003.ReasonEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InlineResponse4003.ReasonEnum INVALID_APIKEY
public static final InlineResponse4003.ReasonEnum INVALID_SHIPPING_INPUT_PARAMS
public static final InlineResponse4003.ReasonEnum CAPTURE_CONTEXT_INVALID
public static final InlineResponse4003.ReasonEnum CAPTURE_CONTEXT_EXPIRED
public static final InlineResponse4003.ReasonEnum SDK_XHR_ERROR
public static final InlineResponse4003.ReasonEnum UNIFIEDPAYMENTS_VALIDATION_PARAMS
public static final InlineResponse4003.ReasonEnum UNIFIEDPAYMENTS_VALIDATION_FIELDS
public static final InlineResponse4003.ReasonEnum UNIFIEDPAYMENT_PAYMENT_PARAMITERS
public static final InlineResponse4003.ReasonEnum CREATE_TOKEN_TIMEOUT
public static final InlineResponse4003.ReasonEnum CREATE_TOKEN_XHR_ERROR
public static final InlineResponse4003.ReasonEnum SHOW_LOAD_CONTAINER_SELECTOR
public static final InlineResponse4003.ReasonEnum SHOW_LOAD_INVALID_CONTAINER
public static final InlineResponse4003.ReasonEnum SHOW_TOKEN_TIMEOUT
public static final InlineResponse4003.ReasonEnum SHOW_TOKEN_XHR_ERROR
public static final InlineResponse4003.ReasonEnum SHOW_PAYMENT_TIMEOUT
public static InlineResponse4003.ReasonEnum[] values()
for (InlineResponse4003.ReasonEnum c : InlineResponse4003.ReasonEnum.values()) System.out.println(c);
public static InlineResponse4003.ReasonEnum 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<InlineResponse4003.ReasonEnum>public static InlineResponse4003.ReasonEnum fromValue(String text)
Copyright © 2022. All rights reserved.