public class VerifyTransactionModel
extends java.lang.Object
Constructor and Description |
---|
VerifyTransactionModel() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getVerifyTotalAmount()
Getter for verifyTotalAmount
Total Amount - The total amount (not including tax) for the document.
|
java.math.BigDecimal |
getVerifyTotalTax()
Getter for verifyTotalTax
Total Tax - The total tax for the document.
|
java.util.Date |
getVerifyTransactionDate()
Getter for verifyTransactionDate
Transaction Date - The date on the invoice, purchase order, etc.
|
void |
setVerifyTotalAmount(java.math.BigDecimal value)
Setter for verifyTotalAmount
Total Amount - The total amount (not including tax) for the document.
|
void |
setVerifyTotalTax(java.math.BigDecimal value)
Setter for verifyTotalTax
Total Tax - The total tax for the document.
|
void |
setVerifyTransactionDate(java.util.Date value)
Setter for verifyTransactionDate
Transaction Date - The date on the invoice, purchase order, etc.
|
java.lang.String |
toString()
Returns a JSON string representation of VerifyTransactionModel
|
public java.util.Date getVerifyTransactionDate()
public void setVerifyTransactionDate(java.util.Date value)
public java.math.BigDecimal getVerifyTotalAmount()
public void setVerifyTotalAmount(java.math.BigDecimal value)
public java.math.BigDecimal getVerifyTotalTax()
public void setVerifyTotalTax(java.math.BigDecimal value)
public java.lang.String toString()
toString
in class java.lang.Object