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)The unique identifier of the SCA device.DeviceDevice. name(String name)The name of the SCA device.DeviceDevice. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument that is associated with the SCA device.DeviceDevice. type(Device.TypeEnum type)The type of device.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)Contains a list of registered SCA devices and their corresponding details.voidSearchRegisteredDevicesResponse. setData(List<Device> data)Contains a list of registered SCA devices and their corresponding details.
-