Class DeterminationFactorModel

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

public class DeterminationFactorModel extends Object
This object represents a single determination factor for a line that is being inspected through the InspectLine API.
  • Constructor Details

    • DeterminationFactorModel

      public DeterminationFactorModel()
  • Method Details

    • getCode

      public String getCode()
      Getter for code Determination reason code.
    • setCode

      public void setCode(String value)
      Setter for code Determination reason code.
    • getDescription

      public String getDescription()
      Getter for description Determination reason description.
    • setDescription

      public void setDescription(String value)
      Setter for description Determination reason description.
    • getIds

      public ArrayList<String> getIds()
      Getter for ids The ids of any applied determination factor.
    • setIds

      public void setIds(ArrayList<String> value)
      Setter for ids The ids of any applied determination factor.
    • getNames

      public ArrayList<String> getNames()
      Getter for names The name of any applied determination factor.
    • setNames

      public void setNames(ArrayList<String> value)
      Setter for names The name of any applied determination factor.
    • getCreatedBy

      public String getCreatedBy()
      Getter for createdBy The name of the user who created the determination factor.
    • setCreatedBy

      public void setCreatedBy(String value)
      Setter for createdBy The name of the user who created the determination factor.
    • toString

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