Uses of Class
com.onlinepayments.domain.CurrencyConversionResponse
Packages that use CurrencyConversionResponse
-
Uses of CurrencyConversionResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CurrencyConversionResponseModifier and TypeMethodDescriptionCurrencyConversionResponse.withDccSessionId(String value) The identifier of the Dynamic Currency Conversion(DCC) session that has been created.CurrencyConversionResponse.withProposal(DccProposal value) Details of currency conversion to be proposed to the cardholderCurrencyConversionResponse.withResult(CurrencyConversionResult value) Result of a requested currency conversion -
Uses of CurrencyConversionResponse in com.onlinepayments.merchant.services
Methods in com.onlinepayments.merchant.services that return CurrencyConversionResponseModifier and TypeMethodDescriptionServicesClient.getDccRateInquiry(CurrencyConversionRequest body) Resource /v2/{merchantId}/services/dccrate - Get currency conversion quoteServicesClient.getDccRateInquiry(CurrencyConversionRequest body, CallContext context) Resource /v2/{merchantId}/services/dccrate - Get currency conversion quoteServicesClientInterface.getDccRateInquiry(CurrencyConversionRequest body) Resource /v2/{merchantId}/services/dccrate - Get currency conversion quoteServicesClientInterface.getDccRateInquiry(CurrencyConversionRequest body, CallContext context) Resource /v2/{merchantId}/services/dccrate - Get currency conversion quote