Uses of Class
com.adyen.model.checkout.CheckoutSDKAction.TypeEnum
-
Packages that use CheckoutSDKAction.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of CheckoutSDKAction.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutSDKAction.TypeEnum Modifier and Type Method Description static CheckoutSDKAction.TypeEnumCheckoutSDKAction.TypeEnum. fromValue(String value)CheckoutSDKAction.TypeEnumCheckoutSDKAction. getType()The type of the action.static CheckoutSDKAction.TypeEnumCheckoutSDKAction.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckoutSDKAction.TypeEnum[]CheckoutSDKAction.TypeEnum. 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 CheckoutSDKAction.TypeEnum Modifier and Type Method Description voidCheckoutSDKAction. setType(CheckoutSDKAction.TypeEnum type)The type of the action.CheckoutSDKActionCheckoutSDKAction. type(CheckoutSDKAction.TypeEnum type)
-