public static class Commands.Exit<P> implements 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.
public Exit(@NotNull
Amount<net.corda.core.contracts.Issued> amount)
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.
@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.Exit<P> copy(@NotNull
Amount<net.corda.core.contracts.Issued> amount)
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.
@NotNull public java.lang.String toString()
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.
public int hashCode()
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.
public boolean equals(@Nullable
java.lang.Object 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.