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