Class LocationValidationModel

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

public class LocationValidationModel extends Object
Tells you whether this location object has been correctly set up to the local jurisdiction's standards
  • Constructor Details

    • LocationValidationModel

      public LocationValidationModel()
  • Method Details

    • getSettingsValidated

      public Boolean getSettingsValidated()
      Getter for settingsValidated True if the location has a value for each jurisdiction-required setting. The user is required to ensure that the values are correct according to the jurisdiction; this flag does not indicate whether the taxing jurisdiction has accepted the data you have provided.
    • setSettingsValidated

      public void setSettingsValidated(Boolean value)
      Setter for settingsValidated True if the location has a value for each jurisdiction-required setting. The user is required to ensure that the values are correct according to the jurisdiction; this flag does not indicate whether the taxing jurisdiction has accepted the data you have provided.
    • getRequiredSettings

      public ArrayList<LocationQuestionModel> getRequiredSettings()
      Getter for requiredSettings A list of settings that must be defined for this location
    • setRequiredSettings

      public void setRequiredSettings(ArrayList<LocationQuestionModel> value)
      Setter for requiredSettings A list of settings that must be defined for this location
    • toString

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