class PayCash : CashCommand
Pay cash to someone else.
amount - the amount of currency to issue on to the ledger.
recipient - the party to issue the cash to.
| <init> |
PayCash(amount: Amount<Issued<Currency>>, recipient: Party)
Pay cash to someone else. |
| amount |
val amount: Amount<Issued<Currency>> |
| recipient |
val recipient: Party |