Name | Type | Description | Notes |
---|---|---|---|
type | TypeEnum | Indicates the node type. | |
name | String | Name of the set. | |
operator | OperatorEnum | An indicator of how the set operates on its elements. | |
elements | List<CampaignSetNode> | Child elements of this set. | |
groupId | Integer | The ID of the campaign set. | |
locked | Boolean | An indicator of whether the campaign set is locked for modification. | |
description | String | A description of the campaign set. | [optional] |
evaluationMode | EvaluationModeEnum | The mode by which campaigns in the campaign evaluation group are evaluated. | |
evaluationScope | EvaluationScopeEnum | The evaluation scope of the campaign evaluation group. |
Name | Value |
---|---|
SET | "SET" |
Name | Value |
---|---|
ALL | "ALL" |
FIRST | "FIRST" |
Name | Value |
---|---|
STACKABLE | "stackable" |
LISTORDER | "listOrder" |
LOWESTDISCOUNT | "lowestDiscount" |
HIGHESTDISCOUNT | "highestDiscount" |
Name | Value |
---|---|
CARTITEM | "cartItem" |
SESSION | "session" |