Class LocationValidationModel
java.lang.Object
net.avalara.avatax.rest.client.models.LocationValidationModel
Tells you whether this location object has been correctly set up to the local jurisdiction's standards
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for requiredSettings A list of settings that must be defined for this locationGetter for settingsValidated True if the location has a value for each jurisdiction-required setting.void
Setter for requiredSettings A list of settings that must be defined for this locationvoid
setSettingsValidated
(Boolean value) Setter for settingsValidated True if the location has a value for each jurisdiction-required setting.toString()
Returns a JSON string representation of LocationValidationModel
-
Constructor Details
-
LocationValidationModel
public LocationValidationModel()
-
-
Method Details
-
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
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
Returns a JSON string representation of LocationValidationModel
-