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