Uses of Class
com.adyen.model.management.TerminalProduct
-
Packages that use TerminalProduct Package Description com.adyen.model.management -
-
Uses of TerminalProduct in com.adyen.model.management
Methods in com.adyen.model.management that return TerminalProduct Modifier and Type Method Description TerminalProductTerminalProduct. addItemsIncludedItem(String itemsIncludedItem)TerminalProductTerminalProduct. description(String description)static TerminalProductTerminalProduct. fromJson(String jsonString)Create an instance of TerminalProduct given an JSON stringTerminalProductTerminalProduct. id(String id)TerminalProductTerminalProduct. itemsIncluded(List<String> itemsIncluded)TerminalProductTerminalProduct. name(String name)TerminalProductTerminalProduct. price(TerminalProductPrice price)Methods in com.adyen.model.management that return types with arguments of type TerminalProduct Modifier and Type Method Description List<TerminalProduct>TerminalProductsResponse. getData()Terminal products that can be ordered.Methods in com.adyen.model.management with parameters of type TerminalProduct Modifier and Type Method Description TerminalProductsResponseTerminalProductsResponse. addDataItem(TerminalProduct dataItem)Method parameters in com.adyen.model.management with type arguments of type TerminalProduct Modifier and Type Method Description TerminalProductsResponseTerminalProductsResponse. data(List<TerminalProduct> data)voidTerminalProductsResponse. setData(List<TerminalProduct> data)Terminal products that can be ordered.
-