Class AdvancedRuleFullDetailsModel
java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleFullDetailsModel
Model for Advanced Rules when full details are requested
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for arEntitlementRequired Advance Rules limited availabilityGetter for createdBy Creator of the ruleGetter for createdOn When the rule was createdGetter for customerDataSchema The JSON schema for customer data if it is required for the ruleGetter for description Description of the ruleGetter for executionPosition Execution position.Getter for isSystemRule Is this a system rule as opposed to customer-facingGetter for isTest Is this a rule created for testingGetter for isVisibleInCUP Is the rule displayed in the CUP UIgetName()
Getter for name Rule nameGetter for ruleId Unique identifier for a ruleGetter for version The version of the rulevoid
setArEntitlementRequired
(Boolean value) Setter for arEntitlementRequired Advance Rules limited availabilityvoid
setCreatedBy
(String value) Setter for createdBy Creator of the rulevoid
setCreatedOn
(String value) Setter for createdOn When the rule was createdvoid
setCustomerDataSchema
(String value) Setter for customerDataSchema The JSON schema for customer data if it is required for the rulevoid
setDescription
(String value) Setter for description Description of the rulevoid
setExecutionPosition
(String value) Setter for executionPosition Execution position.void
setIsSystemRule
(Boolean value) Setter for isSystemRule Is this a system rule as opposed to customer-facingvoid
Setter for isTest Is this a rule created for testingvoid
setIsVisibleInCUP
(Boolean value) Setter for isVisibleInCUP Is the rule displayed in the CUP UIvoid
Setter for name Rule namevoid
Setter for ruleId Unique identifier for a rulevoid
setVersion
(Integer value) Setter for version The version of the ruletoString()
Returns a JSON string representation of AdvancedRuleFullDetailsModel
-
Constructor Details
-
AdvancedRuleFullDetailsModel
public AdvancedRuleFullDetailsModel()
-
-
Method Details
-
getCreatedBy
Getter for createdBy Creator of the rule -
setCreatedBy
Setter for createdBy Creator of the rule -
getCreatedOn
Getter for createdOn When the rule was created -
setCreatedOn
Setter for createdOn When the rule was created -
getIsSystemRule
Getter for isSystemRule Is this a system rule as opposed to customer-facing -
setIsSystemRule
Setter for isSystemRule Is this a system rule as opposed to customer-facing -
getIsVisibleInCUP
Getter for isVisibleInCUP Is the rule displayed in the CUP UI -
setIsVisibleInCUP
Setter for isVisibleInCUP Is the rule displayed in the CUP UI -
getIsTest
Getter for isTest Is this a rule created for testing -
setIsTest
Setter for isTest Is this a rule created for testing -
getCustomerDataSchema
Getter for customerDataSchema The JSON schema for customer data if it is required for the rule -
setCustomerDataSchema
Setter for customerDataSchema The JSON schema for customer data if it is required for the rule -
getVersion
Getter for version The version of the rule -
setVersion
Setter for version The version of the rule -
getRuleId
Getter for ruleId Unique identifier for a rule -
setRuleId
Setter for ruleId Unique identifier for a rule -
getName
Getter for name Rule name -
setName
Setter for name Rule name -
getDescription
Getter for description Description of the rule -
setDescription
Setter for description Description of the rule -
getArEntitlementRequired
Getter for arEntitlementRequired Advance Rules limited availability -
setArEntitlementRequired
Setter for arEntitlementRequired Advance Rules limited availability -
getExecutionPosition
Getter for executionPosition Execution position. Both, Before or After -
setExecutionPosition
Setter for executionPosition Execution position. Both, Before or After -
toString
Returns a JSON string representation of AdvancedRuleFullDetailsModel
-