Uses of Class
com.adyen.model.configurationwebhooks.Device
-
Packages that use Device Package Description com.adyen.model.configurationwebhooks -
-
Uses of Device in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Device Modifier and Type Method Description DeviceDevice. formFactor(String formFactor)The form factor of the device used for provisioning the network token.static DeviceDevice. fromJson(String jsonString)Create an instance of Device given an JSON stringDeviceWallet. getDevice()Get deviceDeviceDevice. osName(String osName)The operating system of the device used for provisioning the network token.Methods in com.adyen.model.configurationwebhooks with parameters of type Device Modifier and Type Method Description WalletWallet. device(Device device)devicevoidWallet. setDevice(Device device)device
-