Uses of Class
com.adyen.model.balanceplatform.Device
-
Packages that use Device Package Description com.adyen.model.balanceplatform -
-
Uses of Device in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Device Modifier and Type Method Description static DeviceDevice. fromJson(String jsonString)Create an instance of Device given an JSON stringDeviceDevice. id(String id)DeviceDevice. name(String name)DeviceDevice. paymentInstrumentId(String paymentInstrumentId)DeviceDevice. type(Device.TypeEnum type)Methods in com.adyen.model.balanceplatform that return types with arguments of type Device Modifier and Type Method Description List<Device>SearchRegisteredDevicesResponse. getData()Contains a list of registered SCA devices and their corresponding details.Methods in com.adyen.model.balanceplatform with parameters of type Device Modifier and Type Method Description SearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. addDataItem(Device dataItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type Device Modifier and Type Method Description SearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. data(List<Device> data)voidSearchRegisteredDevicesResponse. setData(List<Device> data)Contains a list of registered SCA devices and their corresponding details.
-