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

Settle

data class Settle<P : Any> : CommandData

A command stating that the obligor is settling some or all of the amount owed by transferring a suitable state object to the beneficiary. If this reduces the balance to zero, the state object is destroyed.

See Also

MoveCommand

Constructors

<init>

A command stating that the obligor is settling some or all of the amount owed by transferring a suitable state object to the beneficiary. If this reduces the balance to zero, the state object is destroyed.

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

Properties

amount

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