Uses of Class
com.adyen.model.checkout.CheckoutPaymentsAction.CheckoutActionType
-
Packages that use CheckoutPaymentsAction.CheckoutActionType Package Description com.adyen.model.checkout -
-
Uses of CheckoutPaymentsAction.CheckoutActionType in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutPaymentsAction.CheckoutActionType Modifier and Type Method Description static CheckoutPaymentsAction.CheckoutActionTypeCheckoutPaymentsAction.CheckoutActionType. fromValue(String text)CheckoutPaymentsAction.CheckoutActionTypeCheckoutPaymentsAction. getType()Enum that specifies the action that needs to be taken by the client.CheckoutPaymentsAction.CheckoutActionTypeCheckoutPaymentsAction.CheckoutActionType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CheckoutPaymentsAction.CheckoutActionTypeCheckoutPaymentsAction.CheckoutActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckoutPaymentsAction.CheckoutActionType[]CheckoutPaymentsAction.CheckoutActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type CheckoutPaymentsAction.CheckoutActionType Modifier and Type Method Description voidCheckoutPaymentsAction. setType(CheckoutPaymentsAction.CheckoutActionType type)CheckoutPaymentsActionCheckoutPaymentsAction. type(CheckoutPaymentsAction.CheckoutActionType type)voidCheckoutPaymentsAction.CheckoutActionType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CheckoutPaymentsAction.CheckoutActionType enumeration)
-