Uses of Class
com.adyen.model.management.Currency
-
Packages that use Currency Package Description com.adyen.model.management -
-
Uses of Currency in com.adyen.model.management
Methods in com.adyen.model.management that return Currency Modifier and Type Method Description CurrencyCurrency. amount(Integer amount)CurrencyCurrency. currencyCode(String currencyCode)static CurrencyCurrency. fromJson(String jsonString)Create an instance of Currency given an JSON stringCurrencyCurrency. percentage(Double percentage)Methods in com.adyen.model.management that return types with arguments of type Currency Modifier and Type Method Description List<Currency>ModelConfiguration. getCurrencies()Currency, and surcharge percentage or amount.Methods in com.adyen.model.management with parameters of type Currency Modifier and Type Method Description ModelConfigurationModelConfiguration. addCurrenciesItem(Currency currenciesItem)Method parameters in com.adyen.model.management with type arguments of type Currency Modifier and Type Method Description ModelConfigurationModelConfiguration. currencies(List<Currency> currencies)voidModelConfiguration. setCurrencies(List<Currency> currencies)Currency, and surcharge percentage or amount.
-