A Condition
consists of different Matchers
. A customer satisfies a Condition
only of it satisfies all the Matchers
.
{
"combiner": "AND",
"matchers": [ Matcher ]
}
Note that when configuring or updating a `Split Definition, there is no need to specify the combiner, since for now, Split only allows AND combiner.