public static class CashCommand.ExitCash
extends CashCommand
Exit cash from the ledger.
CashCommand.ExitCash, CashCommand.IssueCash, CashCommand.PayCash
Constructor and Description |
---|
ExitCash(Amount<java.util.Currency> amount,
OpaqueBytes issueRef)
Exit cash from the ledger.
|
Modifier and Type | Method and Description |
---|---|
Amount<java.util.Currency> |
getAmount() |
OpaqueBytes |
getIssueRef() |
public ExitCash(Amount<java.util.Currency> amount, OpaqueBytes issueRef)
Exit cash from the ledger.
amount
- the amount of currency to exit from the ledger.issueRef
- the reference previously specified on the issuance.public Amount<java.util.Currency> getAmount()
public OpaqueBytes getIssueRef()