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)Surcharge amount per transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).CurrencyCurrency. currencyCode(String currencyCode)Three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).static CurrencyCurrency. fromJson(String jsonString)Create an instance of Currency given an JSON stringCurrencyCurrency. maxAmount(Integer maxAmount)The maximum surcharge amount per transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).CurrencyCurrency. percentage(Double percentage)Surcharge percentage per transaction.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 percentage or amount of the surcharge.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)Currency and percentage or amount of the surcharge.voidModelConfiguration. setCurrencies(List<Currency> currencies)Currency and percentage or amount of the surcharge.
-