corda / net.corda.finance.contracts.asset / Obligation / Commands / Exit

Exit

data class Exit<P : Any> : CommandData

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.

Constructors

<init>

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.

Exit(amount: Amount<Issued<Terms<P>>>)

Properties

amount

val amount: Amount<Issued<Terms<P>>>