Package com.onlinepayments.domain
Class CurrencyConversionResponse
java.lang.Object
com.onlinepayments.domain.CurrencyConversionResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the Dynamic Currency Conversion(DCC) session that has been created.Details of currency conversion to be proposed to the cardholderResult of a requested currency conversionvoidsetDccSessionId(String value) The identifier of the Dynamic Currency Conversion(DCC) session that has been created.voidsetProposal(DccProposal value) Details of currency conversion to be proposed to the cardholdervoidResult of a requested currency conversionwithDccSessionId(String value) The identifier of the Dynamic Currency Conversion(DCC) session that has been created.withProposal(DccProposal value) Details of currency conversion to be proposed to the cardholderResult of a requested currency conversion
-
Constructor Details
-
CurrencyConversionResponse
public CurrencyConversionResponse()
-
-
Method Details
-
getDccSessionId
The identifier of the Dynamic Currency Conversion(DCC) session that has been created. 'dccSessionId' will be populated exclusively when the result is "Allowed" for other outcomes such as "InvalidCard", "InvalidMerchant", "NoRate" or "NotAvailable" this field value will be an empty string. -
setDccSessionId
The identifier of the Dynamic Currency Conversion(DCC) session that has been created. 'dccSessionId' will be populated exclusively when the result is "Allowed" for other outcomes such as "InvalidCard", "InvalidMerchant", "NoRate" or "NotAvailable" this field value will be an empty string. -
withDccSessionId
The identifier of the Dynamic Currency Conversion(DCC) session that has been created. 'dccSessionId' will be populated exclusively when the result is "Allowed" for other outcomes such as "InvalidCard", "InvalidMerchant", "NoRate" or "NotAvailable" this field value will be an empty string. -
getProposal
Details of currency conversion to be proposed to the cardholder -
setProposal
Details of currency conversion to be proposed to the cardholder -
withProposal
Details of currency conversion to be proposed to the cardholder -
getResult
Result of a requested currency conversion -
setResult
Result of a requested currency conversion -
withResult
Result of a requested currency conversion
-