Uses of Class
com.onlinepayments.domain.CurrencyConversionInput
Packages that use CurrencyConversionInput
-
Uses of CurrencyConversionInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CurrencyConversionInputModifier and TypeMethodDescriptionCardPaymentMethodSpecificInput.getCurrencyConversion()CurrencyConversionInput.withAcceptedByUser(Boolean value) Dynamic Currency Conversion(DCC) Proposal accepted by userCurrencyConversionInput.withDccSessionId(String value) Dynamic Currency Conversion(DCC) Session Id that was previously returned by rate enquiry (/dccrate).Methods in com.onlinepayments.domain with parameters of type CurrencyConversionInputModifier and TypeMethodDescriptionvoidCardPaymentMethodSpecificInput.setCurrencyConversion(CurrencyConversionInput value) CardPaymentMethodSpecificInput.withCurrencyConversion(CurrencyConversionInput value)