public class ExchangeRateConversionReq extends Object
| Constructor | Description |
|---|---|
ExchangeRateConversionReq(MoneyLike moneyToConvert,
String targetCurrency) |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
|
String |
getCurrency() |
|
String |
getTo() |
public BigInteger getAmount()
public String getCurrency()
public String getTo()
Copyright © 2018 The Apache Software Foundation. All rights reserved.