Uses of Class
com.adyen.model.management.ListExternalTerminalActionsResponse
-
Packages that use ListExternalTerminalActionsResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ListExternalTerminalActionsResponse in com.adyen.model.management
Methods in com.adyen.model.management that return ListExternalTerminalActionsResponse Modifier and Type Method Description ListExternalTerminalActionsResponseListExternalTerminalActionsResponse. addDataItem(ExternalTerminalAction dataItem)ListExternalTerminalActionsResponseListExternalTerminalActionsResponse. data(List<ExternalTerminalAction> data)static ListExternalTerminalActionsResponseListExternalTerminalActionsResponse. fromJson(String jsonString)Create an instance of ListExternalTerminalActionsResponse given an JSON string -
Uses of ListExternalTerminalActionsResponse in com.adyen.service.management
Methods in com.adyen.service.management that return ListExternalTerminalActionsResponse Modifier and Type Method Description ListExternalTerminalActionsResponseTerminalActionsCompanyLevelApi. listTerminalActions(String companyId)Get a list of terminal actionsListExternalTerminalActionsResponseTerminalActionsCompanyLevelApi. listTerminalActions(String companyId, Integer pageNumber, Integer pageSize, String status, String type, RequestOptions requestOptions)Get a list of terminal actions
-