public static class Commands.Settle<P> implements 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.
interface MoveCommandpublic Settle(@NotNull
Amount<net.corda.core.contracts.Issued> amount)
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.
interface MoveCommand@NotNull public Amount<net.corda.core.contracts.Issued> getAmount()
@NotNull public Amount<net.corda.core.contracts.Issued> component1()
@NotNull
public net.corda.finance.contracts.asset.Obligation.Commands.Settle<P> copy(@NotNull
Amount<net.corda.core.contracts.Issued> amount)
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.
interface MoveCommand@NotNull public java.lang.String toString()
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.
interface MoveCommandpublic int hashCode()
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.
interface MoveCommandpublic boolean equals(@Nullable
java.lang.Object p)
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.
interface MoveCommand