Uses of Class
com.onlinepayments.domain.CurrencyConversion
Packages that use CurrencyConversion
-
Uses of CurrencyConversion in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CurrencyConversionModifier and TypeMethodDescriptionCardPaymentMethodSpecificOutput.getCurrencyConversion()RefundCardMethodSpecificOutput.getCurrencyConversion()CurrencyConversion.withAcceptedByUser(Boolean value) Dynamic Currency Conversion(DCC) Proposal accepted by userCurrencyConversion.withProposal(DccProposal value) Details of currency conversion to be proposed to the cardholderMethods in com.onlinepayments.domain with parameters of type CurrencyConversionModifier and TypeMethodDescriptionvoidCardPaymentMethodSpecificOutput.setCurrencyConversion(CurrencyConversion value) voidRefundCardMethodSpecificOutput.setCurrencyConversion(CurrencyConversion value) CardPaymentMethodSpecificOutput.withCurrencyConversion(CurrencyConversion value) RefundCardMethodSpecificOutput.withCurrencyConversion(CurrencyConversion value)