public class VerifyMultiDocumentModel
extends java.lang.Object
Constructor and Description |
---|
VerifyMultiDocumentModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Getter for code
Represents the unique code of this MultiDocument transaction.
|
DocumentType |
getType()
Getter for type
Represents the document type of this MultiDocument transaction.
|
java.math.BigDecimal |
getVerifyTotalAmount()
Getter for verifyTotalAmount
Set this value if you wish to verify a match between `verifyTotalAmount` and
the `totalAmount` value on the transaction recorded in AvaTax.
|
java.math.BigDecimal |
getVerifyTotalTax()
Getter for verifyTotalTax
Set this value if you wish to verify a match between `verifyTotalTax` and
the `totalTax` value on the transaction recorded in AvaTax.
|
java.util.Date |
getVerifyTransactionDate()
Getter for verifyTransactionDate
Set this value if you wish to verify a match between `verifyTransactionDate` and
the `documentDate` value on the transaction recorded in AvaTax.
|
void |
setCode(java.lang.String value)
Setter for code
Represents the unique code of this MultiDocument transaction.
|
void |
setType(DocumentType value)
Setter for type
Represents the document type of this MultiDocument transaction.
|
void |
setVerifyTotalAmount(java.math.BigDecimal value)
Setter for verifyTotalAmount
Set this value if you wish to verify a match between `verifyTotalAmount` and
the `totalAmount` value on the transaction recorded in AvaTax.
|
void |
setVerifyTotalTax(java.math.BigDecimal value)
Setter for verifyTotalTax
Set this value if you wish to verify a match between `verifyTotalTax` and
the `totalTax` value on the transaction recorded in AvaTax.
|
void |
setVerifyTransactionDate(java.util.Date value)
Setter for verifyTransactionDate
Set this value if you wish to verify a match between `verifyTransactionDate` and
the `documentDate` value on the transaction recorded in AvaTax.
|
java.lang.String |
toString()
Returns a JSON string representation of VerifyMultiDocumentModel
|
public java.lang.String getCode()
public void setCode(java.lang.String value)
public DocumentType getType()
public void setType(DocumentType value)
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