public class Costs
extends java.lang.Object
| Constructor and Description |
|---|
Costs() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrencyCode()
Gets the currency code.
|
double |
getExchangeRate()
Gets the exchange rate.
|
double |
getFees()
Gets the fees.
|
void |
setCurrencyCode(java.lang.String currencyCode)
Sets the currency code.
|
void |
setExchangeRate(double exchangeRate)
Sets the exchange rate.
|
void |
setFees(double fees)
Sets the fees.
|
public double getFees()
public void setFees(double fees)
fees - the new feespublic java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode - the new currency codepublic double getExchangeRate()
public void setExchangeRate(double exchangeRate)
exchangeRate - the new exchange rate