CustomerCreationSourceFilter

November 20, 2019 ยท View on GitHub

Description

Creation source filter. If one or more creation sources are set, customer profiles are included in, or excluded from, the result if they match at least one of the filter criteria.

Properties

NameGetterSetterTypeDescriptionNotes
valuesgetValues()setValues($value)string[]The list of creation sources used as filtering criteria. See CustomerCreationSource for possible values[optional]
rulegetRule()setRule($value)stringIndicates whether a customer profile matching the filter criteria should be included in the result or excluded from the result. Default: `INCLUDE`. See CustomerInclusionExclusion for possible values[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]