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