public class SettleTransactionModel
extends java.lang.Object
Constructor and Description |
---|
SettleTransactionModel() |
Modifier and Type | Method and Description |
---|---|
ChangeTransactionCodeModel |
getChangeCode()
Getter for changeCode
To change the code for this transaction, you may provide information in this field.
|
CommitTransactionModel |
getCommit()
Getter for commit
To commit this transaction so that it can be reported on a tax filing, you may provide information in this field.
|
VerifyTransactionModel |
getVerify()
Getter for verify
To verify this transaction, you may provide information in this field.
|
void |
setChangeCode(ChangeTransactionCodeModel value)
Setter for changeCode
To change the code for this transaction, you may provide information in this field.
|
void |
setCommit(CommitTransactionModel value)
Setter for commit
To commit this transaction so that it can be reported on a tax filing, you may provide information in this field.
|
void |
setVerify(VerifyTransactionModel value)
Setter for verify
To verify this transaction, you may provide information in this field.
|
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