Uses of Class
com.onlinepayments.domain.RateDetails
Packages that use RateDetails
-
Uses of RateDetails in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RateDetailsModifier and TypeMethodDescriptionDccProposal.getRate()RateDetails.withExchangeRate(BigDecimal value) Expressed as a percentage, applied to convert the original amount into the resulting amount without chargeRateDetails.withInvertedExchangeRate(BigDecimal value) Exchange rate, expressed as a percentage, applied to convert the resulting amount into the original amountRateDetails.withMarkUpRate(BigDecimal value) The markup is the percentage added to the exchange rate by a provider when they sell you currency.RateDetails.withQuotationDateTime(String value) Date and time at which the exchange rate has been quotedRateDetails.withSource(String value) Indicates the exchange rate source name.Methods in com.onlinepayments.domain with parameters of type RateDetailsModifier and TypeMethodDescriptionvoidDccProposal.setRate(RateDetails value) DccProposal.withRate(RateDetails value)