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)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).static TerminalProductPriceTerminalProductPrice. fromJson(String jsonString)Create an instance of TerminalProductPrice given an JSON stringTerminalProductPriceTerminalProduct. getPrice()Get priceTerminalProductPriceTerminalProductPrice. value(Double value)The price of the item.Methods in com.adyen.model.management with parameters of type TerminalProductPrice Modifier and Type Method Description TerminalProductTerminalProduct. price(TerminalProductPrice price)pricevoidTerminalProduct. setPrice(TerminalProductPrice price)price
-