Class InspectResponseModel

java.lang.Object
net.avalara.avatax.rest.client.models.InspectResponseModel

public class InspectResponseModel extends Object
Response model used as output for InspectLine API.
  • Constructor Details

    • InspectResponseModel

      public InspectResponseModel()
  • Method Details

    • getDeterminationFactors

      public ArrayList<DeterminationFactorModel> getDeterminationFactors()
      Getter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.
    • setDeterminationFactors

      public void setDeterminationFactors(ArrayList<DeterminationFactorModel> value)
      Setter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.
    • toString

      public String toString()
      Returns a JSON string representation of InspectResponseModel
      Overrides:
      toString in class Object