Uses of Class
com.adyen.model.nexo.CurrencyConversion
-
Packages that use CurrencyConversion Package Description com.adyen.model.nexo -
-
Uses of CurrencyConversion in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type CurrencyConversion Modifier and Type Field Description protected List<CurrencyConversion>PaymentResult. currencyConversionThe Currency conversion.Methods in com.adyen.model.nexo that return CurrencyConversion Modifier and Type Method Description CurrencyConversionObjectFactory. createCurrencyConversion()Create an instance ofCurrencyConversionMethods in com.adyen.model.nexo that return types with arguments of type CurrencyConversion Modifier and Type Method Description List<CurrencyConversion>PaymentResult. getCurrencyConversion()Gets the value of the currencyConversion property.
-