Class AdvancedRuleBulkImportModel
java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleBulkImportModel
Input model for the Advanced Rules bulk import API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for executions List of rule executions to importGetter for replaceExisting Flag to try updating existing rules instead of just appendvoid
Setter for executions List of rule executions to importvoid
setReplaceExisting
(Boolean value) Setter for replaceExisting Flag to try updating existing rules instead of just appendtoString()
Returns a JSON string representation of AdvancedRuleBulkImportModel
-
Constructor Details
-
AdvancedRuleBulkImportModel
public AdvancedRuleBulkImportModel()
-
-
Method Details
-
getReplaceExisting
Getter for replaceExisting Flag to try updating existing rules instead of just append -
setReplaceExisting
Setter for replaceExisting Flag to try updating existing rules instead of just append -
getExecutions
Getter for executions List of rule executions to import -
setExecutions
Setter for executions List of rule executions to import -
toString
Returns a JSON string representation of AdvancedRuleBulkImportModel
-