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)Information about items included and integration options.static TerminalProductTerminalProduct. fromJson(String jsonString)Create an instance of TerminalProduct given an JSON stringTerminalProductTerminalProduct. id(String id)The unique identifier of the product.TerminalProductTerminalProduct. itemsIncluded(List<String> itemsIncluded)A list of parts included in the terminal package.TerminalProductTerminalProduct. name(String name)The descriptive name of the product.TerminalProductTerminalProduct. price(TerminalProductPrice price)priceMethods 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)Terminal products that can be ordered.voidTerminalProductsResponse. setData(List<TerminalProduct> data)Terminal products that can be ordered.
-