Uses of Class
com.adyen.model.tapi.CurrencyConversion
-
Packages that use CurrencyConversion Package Description com.adyen.model.tapi -
-
Uses of CurrencyConversion in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return CurrencyConversion Modifier and Type Method Description CurrencyConversionCurrencyConversion. commission(BigDecimal commission)Commission for a currency conversion.CurrencyConversionCurrencyConversion. convertedAmount(ConvertedAmount convertedAmount)convertedAmountCurrencyConversionCurrencyConversion. customerApprovedFlag(Boolean customerApprovedFlag)Notify if the customer has approved something.CurrencyConversionCurrencyConversion. declaration(String declaration)Declaration to present to the customer or the cashier for validation.static CurrencyConversionCurrencyConversion. fromJson(String jsonString)Create an instance of CurrencyConversion given an JSON stringCurrencyConversionCurrencyConversion. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CurrencyConversionCurrencyConversion. markup(BigDecimal markup)Markup of a currency conversion amount as a percentage.CurrencyConversionCurrencyConversion. rate(BigDecimal rate)Rate of currency conversion.Methods in com.adyen.model.tapi that return types with arguments of type CurrencyConversion Modifier and Type Method Description List<CurrencyConversion>PaymentResult. getCurrencyConversion()Information related to a currency conversion.Methods in com.adyen.model.tapi with parameters of type CurrencyConversion Modifier and Type Method Description PaymentResultPaymentResult. addCurrencyConversionItem(CurrencyConversion currencyConversionItem)Method parameters in com.adyen.model.tapi with type arguments of type CurrencyConversion Modifier and Type Method Description PaymentResultPaymentResult. currencyConversion(List<CurrencyConversion> currencyConversion)Information related to a currency conversion.voidPaymentResult. setCurrencyConversion(List<CurrencyConversion> currencyConversion)Information related to a currency conversion.
-