Uses of Class
com.adyen.model.management.TerminalProductsResponse
-
Packages that use TerminalProductsResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of TerminalProductsResponse in com.adyen.model.management
Methods in com.adyen.model.management that return TerminalProductsResponse Modifier and Type Method Description TerminalProductsResponseTerminalProductsResponse. addDataItem(TerminalProduct dataItem)TerminalProductsResponseTerminalProductsResponse. data(List<TerminalProduct> data)static TerminalProductsResponseTerminalProductsResponse. fromJson(String jsonString)Create an instance of TerminalProductsResponse given an JSON string -
Uses of TerminalProductsResponse in com.adyen.service.management
Methods in com.adyen.service.management that return TerminalProductsResponse Modifier and Type Method Description TerminalProductsResponseTerminalOrdersCompanyLevel. listTerminalProducts(String companyId, Map<String,String> queryParams)Get a list of terminal productsTerminalProductsResponseTerminalOrdersMerchantLevel. listTerminalProducts(String merchantId, Map<String,String> queryParams)Get a list of terminal products
-