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