Uses of Class
com.adyen.model.nexo.ForceEntryModeType
-
Packages that use ForceEntryModeType Package Description com.adyen.model.nexo -
-
Uses of ForceEntryModeType in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type ForceEntryModeType Modifier and Type Field Description protected List<ForceEntryModeType>CardAcquisitionTransaction. forceEntryModeThe Force entry mode.protected List<ForceEntryModeType>CardReaderInitRequest. forceEntryModeThe Force entry mode.protected List<ForceEntryModeType>TransactionConditions. forceEntryModeThe Force entry mode.Methods in com.adyen.model.nexo that return ForceEntryModeType Modifier and Type Method Description static ForceEntryModeTypeForceEntryModeType. fromValue(String v)From value force entry mode type.static ForceEntryModeTypeForceEntryModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ForceEntryModeType[]ForceEntryModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo that return types with arguments of type ForceEntryModeType Modifier and Type Method Description List<ForceEntryModeType>CardAcquisitionTransaction. getForceEntryMode()Gets the value of the forceEntryMode property.List<ForceEntryModeType>CardReaderInitRequest. getForceEntryMode()Gets the value of the forceEntryMode property.List<ForceEntryModeType>TransactionConditions. getForceEntryMode()Gets the value of the forceEntryMode property.
-