Package com.onlinepayments.domain
Class RateDetails
java.lang.Object
com.onlinepayments.domain.RateDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExpressed as a percentage, applied to convert the original amount into the resulting amount without chargeExchange rate, expressed as a percentage, applied to convert the resulting amount into the original amountThe markup is the percentage added to the exchange rate by a provider when they sell you currency.Date and time at which the exchange rate has been quotedIndicates the exchange rate source name.voidsetExchangeRate(BigDecimal value) Expressed as a percentage, applied to convert the original amount into the resulting amount without chargevoidExchange rate, expressed as a percentage, applied to convert the resulting amount into the original amountvoidsetMarkUpRate(BigDecimal value) The markup is the percentage added to the exchange rate by a provider when they sell you currency.voidsetQuotationDateTime(String value) Date and time at which the exchange rate has been quotedvoidIndicates the exchange rate source name.withExchangeRate(BigDecimal value) Expressed as a percentage, applied to convert the original amount into the resulting amount without chargeExchange rate, expressed as a percentage, applied to convert the resulting amount into the original amountwithMarkUpRate(BigDecimal value) The markup is the percentage added to the exchange rate by a provider when they sell you currency.withQuotationDateTime(String value) Date and time at which the exchange rate has been quotedwithSource(String value) Indicates the exchange rate source name.
-
Constructor Details
-
RateDetails
public RateDetails()
-
-
Method Details
-
getExchangeRate
Expressed as a percentage, applied to convert the original amount into the resulting amount without charge -
setExchangeRate
Expressed as a percentage, applied to convert the original amount into the resulting amount without charge -
withExchangeRate
Expressed as a percentage, applied to convert the original amount into the resulting amount without charge -
getInvertedExchangeRate
Exchange rate, expressed as a percentage, applied to convert the resulting amount into the original amount -
setInvertedExchangeRate
Exchange rate, expressed as a percentage, applied to convert the resulting amount into the original amount -
withInvertedExchangeRate
Exchange rate, expressed as a percentage, applied to convert the resulting amount into the original amount -
getMarkUpRate
The markup is the percentage added to the exchange rate by a provider when they sell you currency. -
setMarkUpRate
The markup is the percentage added to the exchange rate by a provider when they sell you currency. -
withMarkUpRate
The markup is the percentage added to the exchange rate by a provider when they sell you currency. -
getQuotationDateTime
Date and time at which the exchange rate has been quoted -
setQuotationDateTime
Date and time at which the exchange rate has been quoted -
withQuotationDateTime
Date and time at which the exchange rate has been quoted -
getSource
Indicates the exchange rate source name. The rate source is supplied for receipt printing purposes and to meet regulatory requirements where applicable -
setSource
Indicates the exchange rate source name. The rate source is supplied for receipt printing purposes and to meet regulatory requirements where applicable -
withSource
Indicates the exchange rate source name. The rate source is supplied for receipt printing purposes and to meet regulatory requirements where applicable
-