Uses of Class
com.adyen.model.balanceplatform.DeviceInfo
-
Packages that use DeviceInfo Package Description com.adyen.model.balanceplatform -
-
Uses of DeviceInfo in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return DeviceInfo Modifier and Type Method Description DeviceInfoDeviceInfo. formFactor(String formFactor)The type of device used to provision the network token.static DeviceInfoDeviceInfo. fromJson(String jsonString)Create an instance of DeviceInfo given an JSON stringDeviceInfoNetworkToken. getDevice()Get deviceDeviceInfoDeviceInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DeviceInfoDeviceInfo. osName(String osName)The operating system of the device used to provision the network token.DeviceInfoDeviceInfo. phone(PhoneInfo phone)phoneMethods in com.adyen.model.balanceplatform with parameters of type DeviceInfo Modifier and Type Method Description NetworkTokenNetworkToken. device(DeviceInfo device)devicevoidNetworkToken. setDevice(DeviceInfo device)device
-