Interface: BusinessRuleDecisionTableUpdateInput
Defined in: type/BusinessRuleDecisionTableUpdateInput.ts:5
Input object for BusinessRuleDecisionTableUpdateInput
Properties
hitPolicy
hitPolicy:
BusinessRuleHitPolicyOption
Defined in: type/BusinessRuleDecisionTableUpdateInput.ts:16
The table's hitPolicy. Possible values: first, collect. 'first' means that the first matching row is used. 'collect' means that all matching rows are used.
name?
optionalname?:string
Defined in: type/BusinessRuleDecisionTableUpdateInput.ts:11
The name of the table
ruleId
ruleId:
string|number
Defined in: type/BusinessRuleDecisionTableUpdateInput.ts:7
The ID of the BusinessRule that contains the table to update
tableId
tableId:
string|number
Defined in: type/BusinessRuleDecisionTableUpdateInput.ts:9
The ID of the DecisionTable inside BusinessRule to update