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)Contains a list of registered SCA devices and their corresponding details.static SearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. fromJson(String jsonString)Create an instance of SearchRegisteredDevicesResponse given an JSON stringSearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. itemsTotal(Integer itemsTotal)The total amount of registered SCA devices that match the query parameters.SearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. link(Link link)linkSearchRegisteredDevicesResponseSearchRegisteredDevicesResponse. pagesTotal(Integer pagesTotal)The total amount of list pages. -
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
-