Uses of Class
com.onlinepayments.domain.CurrencyConversionResult
Packages that use CurrencyConversionResult
-
Uses of CurrencyConversionResult in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CurrencyConversionResultModifier and TypeMethodDescriptionCurrencyConversionResponse.getResult()Result of a requested currency conversionCurrencyConversionResult.withResult(String value) Functional response to the request: Allowed: Dynamic currency conversion may be offered to the cardholder InvalidCard: The card is not valid for dynamic currency conversion InvalidMerchant: The card acceptor has not been recognised NoRate: Exchange rates are not available NotAvailable: Dynamic currency conversion is not available for other reasonCurrencyConversionResult.withResultReason(String value) Plain text explaining the result of the currency conversion requestMethods in com.onlinepayments.domain with parameters of type CurrencyConversionResultModifier and TypeMethodDescriptionvoidCurrencyConversionResponse.setResult(CurrencyConversionResult value) Result of a requested currency conversionCurrencyConversionResponse.withResult(CurrencyConversionResult value) Result of a requested currency conversion