Class InspectResponseModel
java.lang.Object
net.avalara.avatax.rest.client.models.InspectResponseModel
public class InspectResponseModel
extends java.lang.Object
Response model used as output for InspectLine API.
-
Constructor Summary
Constructors Constructor Description InspectResponseModel()
-
Method Summary
Modifier and Type Method Description java.util.ArrayList<DeterminationFactorModel>
getDeterminationFactors()
Getter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.void
setDeterminationFactors(java.util.ArrayList<DeterminationFactorModel> value)
Setter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.java.lang.String
toString()
Returns a JSON string representation of InspectResponseModel
-
Constructor Details
-
InspectResponseModel
public InspectResponseModel()
-
-
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
public java.lang.String toString()Returns a JSON string representation of InspectResponseModel- Overrides:
toString
in classjava.lang.Object
-