public class SettleTransactionModel
extends java.lang.Object
Constructor and Description |
---|
SettleTransactionModel() |
Modifier and Type | Method and Description |
---|---|
ChangeTransactionCodeModel |
getChangeCode()
Getter for changeCode - Settle this transaction with your ledger by executing one or many actions against that transaction.
|
CommitTransactionModel |
getCommit()
Getter for commit - Settle this transaction with your ledger by executing one or many actions against that transaction.
|
VerifyTransactionModel |
getVerify()
Getter for verify - Settle this transaction with your ledger by executing one or many actions against that transaction.
|
void |
setChangeCode(ChangeTransactionCodeModel changeCode)
Setter for changeCode - Settle this transaction with your ledger by executing one or many actions against that transaction.
|
void |
setCommit(CommitTransactionModel commit)
Setter for commit - Settle this transaction with your ledger by executing one or many actions against that transaction.
|
void |
setVerify(VerifyTransactionModel verify)
Setter for verify - Settle this transaction with your ledger by executing one or many actions against that transaction.
|
java.lang.String |
toString()
Returns a JSON string representation of SettleTransactionModel.
|
public VerifyTransactionModel getVerify()
public void setVerify(VerifyTransactionModel verify)
public ChangeTransactionCodeModel getChangeCode()
public void setChangeCode(ChangeTransactionCodeModel changeCode)
public CommitTransactionModel getCommit()
public void setCommit(CommitTransactionModel commit)
public java.lang.String toString()
toString
in class java.lang.Object