Class AdvancedRuleVisibilityModel
java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleVisibilityModel
Model for toggling visibility of an advanced rule for an account
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The account Id for which the rule is to be visible/not visibleGetter for isVisible Should the rule be visible or not visiblevoid
setAccountId
(Integer value) Setter for accountId The account Id for which the rule is to be visible/not visiblevoid
setIsVisible
(Boolean value) Setter for isVisible Should the rule be visible or not visibletoString()
Returns a JSON string representation of AdvancedRuleVisibilityModel
-
Constructor Details
-
AdvancedRuleVisibilityModel
public AdvancedRuleVisibilityModel()
-
-
Method Details
-
getIsVisible
Getter for isVisible Should the rule be visible or not visible -
setIsVisible
Setter for isVisible Should the rule be visible or not visible -
getAccountId
Getter for accountId The account Id for which the rule is to be visible/not visible -
setAccountId
Setter for accountId The account Id for which the rule is to be visible/not visible -
toString
Returns a JSON string representation of AdvancedRuleVisibilityModel
-