Skip to main content

IncentiveRuleOrderItemSetCellInput

No description

input IncentiveRuleOrderItemSetCellInput {
ruleId: ID!
rowId: ID!
expression: BusinessRuleExpressionGroupInput
value: String
localizedValue: [LocalizedStringInput!]
number: Float
}

Fields

IncentiveRuleOrderItemSetCellInput.ruleId ● ID! non-null scalar

The ID of the BusinessRule that contains the table cell

IncentiveRuleOrderItemSetCellInput.rowId ● ID! non-null scalar

The ID of the row the table cell

IncentiveRuleOrderItemSetCellInput.expression ● BusinessRuleExpressionGroupInput input

The expressions value for this cell

IncentiveRuleOrderItemSetCellInput.value ● String scalar

The string value of the cell, used in output cells. Can contain a string or an expression. Strings need to be wrapped in ""

IncentiveRuleOrderItemSetCellInput.localizedValue ● [LocalizedStringInput!] list input

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

IncentiveRuleOrderItemSetCellInput.number ● Float scalar

The numeric value for this cell, used in output cells

Member Of

incentiveRuleSetOrderItemConditions mutation