Uses of Class
com.onlinepayments.domain.DccProposal
Packages that use DccProposal
-
Uses of DccProposal in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return DccProposalModifier and TypeMethodDescriptionCurrencyConversion.getProposal()Details of currency conversion to be proposed to the cardholderCurrencyConversionResponse.getProposal()Details of currency conversion to be proposed to the cardholderDccProposal.withBaseAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesDccProposal.withDisclaimerDisplay(String value) Card scheme disclaimer to present to the cardholderDccProposal.withDisclaimerReceipt(String value) Card scheme disclaimer to print within cardholder receiptDccProposal.withRate(RateDetails value) DccProposal.withTargetAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesMethods in com.onlinepayments.domain with parameters of type DccProposalModifier and TypeMethodDescriptionvoidCurrencyConversion.setProposal(DccProposal value) Details of currency conversion to be proposed to the cardholdervoidCurrencyConversionResponse.setProposal(DccProposal value) Details of currency conversion to be proposed to the cardholderCurrencyConversion.withProposal(DccProposal value) Details of currency conversion to be proposed to the cardholderCurrencyConversionResponse.withProposal(DccProposal value) Details of currency conversion to be proposed to the cardholder