Class ShippingVerifyResult
java.lang.Object
net.avalara.avatax.rest.client.models.ShippingVerifyResult
The Response of the /shippingverify endpoint. Describes the result of checking all applicable shipping rules against each line in the transaction.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for compliant Whether every line in the transaction is compliant.Getter for failureCodes An enumeration of all the failure codes received across all lines.Getter for failureMessages A detailed description of the result of each of the failed checks made against this transaction, separated by line.getLines()
Getter for lines Describes the results of the checks made for each line in the transaction.Getter for message A short description of the result of the compliance check.Getter for successMessages A detailed description of the result of each of the passed checks made against this transaction, separated by line.Getter for warningCodes An enumeration of all the warning codes received across all lines that a determination could not be made for.void
setCompliant
(Boolean value) Setter for compliant Whether every line in the transaction is compliant.void
setFailureCodes
(ArrayList<FailureCodes> value) Setter for failureCodes An enumeration of all the failure codes received across all lines.void
setFailureMessages
(String value) Setter for failureMessages A detailed description of the result of each of the failed checks made against this transaction, separated by line.void
Setter for lines Describes the results of the checks made for each line in the transaction.void
setMessage
(String value) Setter for message A short description of the result of the compliance check.void
setSuccessMessages
(String value) Setter for successMessages A detailed description of the result of each of the passed checks made against this transaction, separated by line.void
setWarningCodes
(ArrayList<String> value) Setter for warningCodes An enumeration of all the warning codes received across all lines that a determination could not be made for.toString()
Returns a JSON string representation of ShippingVerifyResult
-
Constructor Details
-
ShippingVerifyResult
public ShippingVerifyResult()
-
-
Method Details
-
getCompliant
Getter for compliant Whether every line in the transaction is compliant. -
setCompliant
Setter for compliant Whether every line in the transaction is compliant. -
getMessage
Getter for message A short description of the result of the compliance check. -
setMessage
Setter for message A short description of the result of the compliance check. -
getSuccessMessages
Getter for successMessages A detailed description of the result of each of the passed checks made against this transaction, separated by line. -
setSuccessMessages
Setter for successMessages A detailed description of the result of each of the passed checks made against this transaction, separated by line. -
getFailureMessages
Getter for failureMessages A detailed description of the result of each of the failed checks made against this transaction, separated by line. -
setFailureMessages
Setter for failureMessages A detailed description of the result of each of the failed checks made against this transaction, separated by line. -
getFailureCodes
Getter for failureCodes An enumeration of all the failure codes received across all lines. Note: AlcoholContentLimitExceeded is included in API versions 2.2 and later. -
setFailureCodes
Setter for failureCodes An enumeration of all the failure codes received across all lines. Note: AlcoholContentLimitExceeded is included in API versions 2.2 and later. -
getWarningCodes
Getter for warningCodes An enumeration of all the warning codes received across all lines that a determination could not be made for. -
setWarningCodes
Setter for warningCodes An enumeration of all the warning codes received across all lines that a determination could not be made for. -
getLines
Getter for lines Describes the results of the checks made for each line in the transaction. -
setLines
Setter for lines Describes the results of the checks made for each line in the transaction. -
toString
Returns a JSON string representation of ShippingVerifyResult
-