public static enum AcceleratorCheckoutFacade.ExpressCheckoutResult extends java.lang.Enum<AcceleratorCheckoutFacade.ExpressCheckoutResult>
| Enum Constant and Description |
|---|
ERROR_CHEAPEST_DELIVERY_MODE |
ERROR_DELIVERY_ADDRESS |
ERROR_DELIVERY_MODE |
ERROR_NOT_AVAILABLE |
ERROR_PAYMENT_INFO |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static AcceleratorCheckoutFacade.ExpressCheckoutResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AcceleratorCheckoutFacade.ExpressCheckoutResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcceleratorCheckoutFacade.ExpressCheckoutResult SUCCESS
public static final AcceleratorCheckoutFacade.ExpressCheckoutResult ERROR_NOT_AVAILABLE
public static final AcceleratorCheckoutFacade.ExpressCheckoutResult ERROR_DELIVERY_ADDRESS
public static final AcceleratorCheckoutFacade.ExpressCheckoutResult ERROR_DELIVERY_MODE
public static final AcceleratorCheckoutFacade.ExpressCheckoutResult ERROR_CHEAPEST_DELIVERY_MODE
public static final AcceleratorCheckoutFacade.ExpressCheckoutResult ERROR_PAYMENT_INFO
public static AcceleratorCheckoutFacade.ExpressCheckoutResult[] values()
for (AcceleratorCheckoutFacade.ExpressCheckoutResult c : AcceleratorCheckoutFacade.ExpressCheckoutResult.values()) System.out.println(c);
public static AcceleratorCheckoutFacade.ExpressCheckoutResult 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 nullCopyright © 2018 SAP SE. All Rights Reserved.