Class AdvancedRuleScriptModel
java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleScriptModel
Represents an advanced rule script
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId Account IDGetter for crashBehavior How to proceed if the rule crashesgetId()
Getter for id The unique ID of the scriptGetter for isApproved The rule has been approvedGetter for isDisabled The rule has been disabledGetter for script The JavaScript ruleGetter for scriptType The type of script - request or responsevoid
setAccountId
(Integer value) Setter for accountId Account IDvoid
Setter for crashBehavior How to proceed if the rule crashesvoid
Setter for id The unique ID of the scriptvoid
setIsApproved
(Boolean value) Setter for isApproved The rule has been approvedvoid
setIsDisabled
(Boolean value) Setter for isDisabled The rule has been disabledvoid
Setter for script The JavaScript rulevoid
Setter for scriptType The type of script - request or responsetoString()
Returns a JSON string representation of AdvancedRuleScriptModel
-
Constructor Details
-
AdvancedRuleScriptModel
public AdvancedRuleScriptModel()
-
-
Method Details
-
getId
Getter for id The unique ID of the script -
setId
Setter for id The unique ID of the script -
getAccountId
Getter for accountId Account ID -
setAccountId
Setter for accountId Account ID -
getCrashBehavior
Getter for crashBehavior How to proceed if the rule crashes -
setCrashBehavior
Setter for crashBehavior How to proceed if the rule crashes -
getScriptType
Getter for scriptType The type of script - request or response -
setScriptType
Setter for scriptType The type of script - request or response -
getScript
Getter for script The JavaScript rule -
setScript
Setter for script The JavaScript rule -
getIsApproved
Getter for isApproved The rule has been approved -
setIsApproved
Setter for isApproved The rule has been approved -
getIsDisabled
Getter for isDisabled The rule has been disabled -
setIsDisabled
Setter for isDisabled The rule has been disabled -
toString
Returns a JSON string representation of AdvancedRuleScriptModel
-