class PayCash : ClientToServiceCommand
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.<init> |
PayCash(amount: Amount<Issued<Currency>>, recipient: Party, id: UUID = UUID.randomUUID()) Pay cash to someone else. |
amount |
val amount: Amount<Issued<Currency>> |
recipient |
val recipient: Party |
id |
val id: UUID |