Class InspectLineResponseModel
java.lang.Object
net.avalara.avatax.rest.client.models.InspectLineResponseModel
Response model used as output for InspectLine API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.void
Setter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.toString()
Returns a JSON string representation of InspectLineResponseModel
-
Constructor Details
-
InspectLineResponseModel
public InspectLineResponseModel()
-
-
Method Details
-
getDeterminationFactors
Getter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API. -
setDeterminationFactors
Setter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API. -
toString
Returns a JSON string representation of InspectLineResponseModel
-