Class LocationValidationModel
java.lang.Object
net.avalara.avatax.rest.client.models.LocationValidationModel
public class LocationValidationModel
extends java.lang.Object
Tells you whether this location object has been correctly set up to the local jurisdiction's standards
-
Constructor Summary
Constructors Constructor Description LocationValidationModel() -
Method Summary
Modifier and Type Method Description java.util.ArrayList<LocationQuestionModel>getRequiredSettings()Getter for requiredSettings A list of settings that must be defined for this locationjava.lang.BooleangetSettingsValidated()Getter for settingsValidated True if the location has a value for each jurisdiction-required setting.voidsetRequiredSettings(java.util.ArrayList<LocationQuestionModel> value)Setter for requiredSettings A list of settings that must be defined for this locationvoidsetSettingsValidated(java.lang.Boolean value)Setter for settingsValidated True if the location has a value for each jurisdiction-required setting.java.lang.StringtoString()Returns a JSON string representation of LocationValidationModel
-
Constructor Details
-
LocationValidationModel
public LocationValidationModel()
-
-
Method Details
-
getSettingsValidated
public java.lang.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(java.lang.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
Getter for requiredSettings A list of settings that must be defined for this location -
setRequiredSettings
Setter for requiredSettings A list of settings that must be defined for this location -
toString
public java.lang.String toString()Returns a JSON string representation of LocationValidationModel- Overrides:
toStringin classjava.lang.Object
-