Package ch.aaap.harvestclient.core
Class CurrencyConfiguration
Object
ch.aaap.harvestclient.core.CurrencyConfiguration
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CurrencyConfiguration
 
 - 
 - 
Method Details
- 
isValidCode
- Parameters:
 code- a three letter currency code (e.g. CHF)- Returns:
 - true if this currency code will be recognized by Harvest
 
 - 
getCurrencyName
- Parameters:
 code- a three letter currency code- Returns:
 - the full name of the currency, or Optional.empty() if the code is not valid
 - See Also:
 
 
 -