Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.13 KB

File metadata and controls

47 lines (28 loc) · 1.13 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

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"