Uses of Class
com.adyen.model.acswebhooks.AuthenticationInfo.DeviceChannelEnum
-
Packages that use AuthenticationInfo.DeviceChannelEnum Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationInfo.DeviceChannelEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationInfo.DeviceChannelEnum Modifier and Type Method Description static AuthenticationInfo.DeviceChannelEnumAuthenticationInfo.DeviceChannelEnum. fromValue(String value)AuthenticationInfo.DeviceChannelEnumAuthenticationInfo. getDeviceChannel()Indicates the type of channel interface being used to initiate the transaction.static AuthenticationInfo.DeviceChannelEnumAuthenticationInfo.DeviceChannelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationInfo.DeviceChannelEnum[]AuthenticationInfo.DeviceChannelEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.acswebhooks with parameters of type AuthenticationInfo.DeviceChannelEnum Modifier and Type Method Description AuthenticationInfoAuthenticationInfo. deviceChannel(AuthenticationInfo.DeviceChannelEnum deviceChannel)voidAuthenticationInfo. setDeviceChannel(AuthenticationInfo.DeviceChannelEnum deviceChannel)Indicates the type of channel interface being used to initiate the transaction.
-