Package com.onlinepayments.domain
Class CurrencyConversion
java.lang.Object
com.onlinepayments.domain.CurrencyConversion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDynamic Currency Conversion(DCC) Proposal accepted by userDetails of currency conversion to be proposed to the cardholdervoidsetAcceptedByUser(Boolean value) Dynamic Currency Conversion(DCC) Proposal accepted by uservoidsetProposal(DccProposal value) Details of currency conversion to be proposed to the cardholderwithAcceptedByUser(Boolean value) Dynamic Currency Conversion(DCC) Proposal accepted by userwithProposal(DccProposal value) Details of currency conversion to be proposed to the cardholder
-
Constructor Details
-
CurrencyConversion
public CurrencyConversion()
-
-
Method Details
-
getAcceptedByUser
Dynamic Currency Conversion(DCC) Proposal accepted by user -
setAcceptedByUser
Dynamic Currency Conversion(DCC) Proposal accepted by user -
withAcceptedByUser
Dynamic Currency Conversion(DCC) Proposal accepted by user -
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
-