Beispiel #1
0
 /**
  * Sets the {@link ExchangeRateType}
  *
  * @param exchangeRateType to be applied
  * @return the builder instance
  */
 public Builder setExchangeRateType(String exchangeRateType) {
   this.exchangeRateType = ExchangeRateType.of(exchangeRateType);
   return this;
 }