CashPaymentFlow(amount: Amount<Issued<Currency>>, recipient: Party)
CashPaymentFlow(amount: Amount<Issued<Currency>>, recipient: Party, progressTracker: ProgressTracker)
Initiates a flow that produces an cash move transaction.
amount - the amount of a currency to pay to the recipient.
amount
recipient - the party to pay the currency to.
recipient