Interface: IncentiveRuleOrderItemSetCellInput
Defined in: type/IncentiveRuleOrderItemSetCellInput.ts:6
Input object for IncentiveRuleOrderItemSetCellInput
Properties
expression?
optionalexpression?:BusinessRuleExpressionGroupInput
Defined in: type/IncentiveRuleOrderItemSetCellInput.ts:12
The expressions value for this cell
localizedValue?
optionallocalizedValue?:LocalizedStringInput[]
Defined in: type/IncentiveRuleOrderItemSetCellInput.ts:16
The localized string value of the cell, used in output cells. Used when you want a rule to generate a translated string in the output
number?
optionalnumber?:number
Defined in: type/IncentiveRuleOrderItemSetCellInput.ts:18
The numeric value for this cell, used in output cells
rowId
rowId:
string|number
Defined in: type/IncentiveRuleOrderItemSetCellInput.ts:10
The ID of the row the table cell
ruleId
ruleId:
string|number
Defined in: type/IncentiveRuleOrderItemSetCellInput.ts:8
The ID of the BusinessRule that contains the table cell
value?
optionalvalue?:string
Defined in: type/IncentiveRuleOrderItemSetCellInput.ts:14
The string value of the cell, used in output cells. Can contain a string or an expression. Strings need to be wrapped in ""