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