Uses of Class
com.adyen.model.balanceplatform.SearchRegisteredDevicesResponse
-
Packages that use SearchRegisteredDevicesResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of SearchRegisteredDevicesResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return SearchRegisteredDevicesResponse Modifier and Type Method Description SearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. addDataItem(Device dataItem)SearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. data(List<Device> data)static SearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. fromJson(String jsonString)Create an instance of SearchRegisteredDevicesResponse given an JSON stringSearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. itemsTotal(Integer itemsTotal)SearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. link(Link link)SearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. pagesTotal(Integer pagesTotal) -
Uses of SearchRegisteredDevicesResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return SearchRegisteredDevicesResponse Modifier and Type Method Description SearchRegisteredDevicesResponseManageScaDevicesApi. listRegisteredScaDevices(String paymentInstrumentId)Get a list of registered SCA devicesSearchRegisteredDevicesResponseManageScaDevicesApi. listRegisteredScaDevices(String paymentInstrumentId, Integer pageNumber, Integer pageSize, RequestOptions requestOptions)Get a list of registered SCA devices
-