data class Exit<P> : Commands, Exit<Terms<P>>
A command stating that the debt is being released by the beneficiary. Normally would indicate either settlement outside of the ledger, or that the obligor is unable to pay.
<init> |
Exit(amount: Amount<Issued<Terms<P>>>) A command stating that the debt is being released by the beneficiary. Normally would indicate either settlement outside of the ledger, or that the obligor is unable to pay. |
amount |
val amount: Amount<Issued<Terms<P>>> |