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