public class RateDetails extends Object
| Constructor and Description |
|---|
RateDetails() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getExchangeRate()
Expressed as a percentage, applied to convert the original amount into the resulting amount without charge
|
Float |
getInvertedExchangeRate()
Exchange rate, expressed as a percentage, applied to convert the resulting amount into the original amount
|
Float |
getMarkUpRate()
The markup is the percentage added to the exchange rate by a provider when they sell you currency.
|
String |
getQuotationDateTime()
Date and time at which the exchange rate has been quoted
|
String |
getSource()
Indicates the exchange rate source name.
|
void |
setExchangeRate(Float value)
Expressed as a percentage, applied to convert the original amount into the resulting amount without charge
|
void |
setInvertedExchangeRate(Float value)
Exchange rate, expressed as a percentage, applied to convert the resulting amount into the original amount
|
void |
setMarkUpRate(Float value)
The markup is the percentage added to the exchange rate by a provider when they sell you currency.
|
void |
setQuotationDateTime(String value)
Date and time at which the exchange rate has been quoted
|
void |
setSource(String value)
Indicates the exchange rate source name.
|
RateDetails |
withExchangeRate(Float value)
Expressed as a percentage, applied to convert the original amount into the resulting amount without charge
|
RateDetails |
withInvertedExchangeRate(Float value)
Exchange rate, expressed as a percentage, applied to convert the resulting amount into the original amount
|
RateDetails |
withMarkUpRate(Float 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 quoted
|
RateDetails |
withSource(String value)
Indicates the exchange rate source name.
|
public Float getExchangeRate()
public void setExchangeRate(Float value)
public RateDetails withExchangeRate(Float value)
public Float getInvertedExchangeRate()
public void setInvertedExchangeRate(Float value)
public RateDetails withInvertedExchangeRate(Float value)
public Float getMarkUpRate()
public void setMarkUpRate(Float value)
public RateDetails withMarkUpRate(Float value)
public String getQuotationDateTime()
public void setQuotationDateTime(String value)
public RateDetails withQuotationDateTime(String value)
public String getSource()
public void setSource(String value)
public RateDetails withSource(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.