public class FlatFee extends Object
| Constructor | Description |
|---|---|
FlatFee(BigInteger amount,
String currency) |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
|
String |
getCurrency() |
public FlatFee(BigInteger amount, String currency)
public BigInteger getAmount()
public String getCurrency()
Copyright © 2018 The Apache Software Foundation. All rights reserved.