public class SettleTransactionModel
extends java.lang.Object
Constructor and Description |
---|
SettleTransactionModel() |
Modifier and Type | Method and Description |
---|---|
ChangeTransactionCodeModel |
getChangeCode()
Getter for changeCode
To use the "Settle" endpoint to change a transaction's code, fill out this value.
|
CommitTransactionModel |
getCommit()
Getter for commit
To use the "Settle" endpoint to commit a transaction for reporting purposes, fill out this value.
|
VerifyTransactionModel |
getVerify()
Getter for verify
To use the "Settle" endpoint to verify a transaction, fill out this value.
|
void |
setChangeCode(ChangeTransactionCodeModel value)
Setter for changeCode
To use the "Settle" endpoint to change a transaction's code, fill out this value.
|
void |
setCommit(CommitTransactionModel value)
Setter for commit
To use the "Settle" endpoint to commit a transaction for reporting purposes, fill out this value.
|
void |
setVerify(VerifyTransactionModel value)
Setter for verify
To use the "Settle" endpoint to verify a transaction, fill out this value.
|
java.lang.String |
toString()
Returns a JSON string representation of SettleTransactionModel
|
public VerifyTransactionModel getVerify()
public void setVerify(VerifyTransactionModel value)
public ChangeTransactionCodeModel getChangeCode()
public void setChangeCode(ChangeTransactionCodeModel value)
public CommitTransactionModel getCommit()
public void setCommit(CommitTransactionModel value)
public java.lang.String toString()
toString
in class java.lang.Object