Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.45 KB

CampaignSetBranchNode.md

File metadata and controls

57 lines (34 loc) · 1.45 KB

CampaignSetBranchNode

Properties

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.

Enum: TypeEnum

Name Value
SET "SET"

Enum: OperatorEnum

Name Value
ALL "ALL"
FIRST "FIRST"

Enum: EvaluationModeEnum

Name Value
STACKABLE "stackable"
LISTORDER "listOrder"
LOWESTDISCOUNT "lowestDiscount"
HIGHESTDISCOUNT "highestDiscount"

Enum: EvaluationScopeEnum

Name Value
CARTITEM "cartItem"
SESSION "session"