PayCash(amount: Amount<Issued<Currency>>, recipient: Party, id: UUID = UUID.randomUUID())
Pay cash to someone else.
amount
- the amount of currency to issue on to the ledger.recipient
- the party to issue the cash to.id
- the ID to be provided in events resulting from this request.