Uses of Class
com.adyen.model.management.TerminalProductPrice
-
Packages that use TerminalProductPrice Package Description com.adyen.model.management -
-
Uses of TerminalProductPrice in com.adyen.model.management
Methods in com.adyen.model.management that return TerminalProductPrice Modifier and Type Method Description TerminalProductPriceTerminalProductPrice. currency(String currency)static TerminalProductPriceTerminalProductPrice. fromJson(String jsonString)Create an instance of TerminalProductPrice given an JSON stringTerminalProductPriceTerminalProduct. getPrice()Get priceTerminalProductPriceTerminalProductPrice. value(Double value)Methods in com.adyen.model.management with parameters of type TerminalProductPrice Modifier and Type Method Description TerminalProductTerminalProduct. price(TerminalProductPrice price)voidTerminalProduct. setPrice(TerminalProductPrice price)price
-