Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.74 KB

File metadata and controls

48 lines (37 loc) · 1.74 KB

CustomerCreationSourceFilter

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

Name Type Description Notes
values List<ValuesEnum> The list of creation sources used as filtering criteria. See CustomerCreationSource for possible values [optional]
rule RuleEnum Indicates 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]

Enum: List<ValuesEnum>

Name Value
OTHER "OTHER"
APPOINTMENTS "APPOINTMENTS"
COUPON "COUPON"
DELETION_RECOVERY "DELETION_RECOVERY"
DIRECTORY "DIRECTORY"
EGIFTING "EGIFTING"
EMAIL_COLLECTION "EMAIL_COLLECTION"
FEEDBACK "FEEDBACK"
IMPORT "IMPORT"
INVOICES "INVOICES"
LOYALTY "LOYALTY"
MARKETING "MARKETING"
MERGE "MERGE"
ONLINE_STORE "ONLINE_STORE"
INSTANT_PROFILE "INSTANT_PROFILE"
TERMINAL "TERMINAL"
THIRD_PARTY "THIRD_PARTY"
THIRD_PARTY_IMPORT "THIRD_PARTY_IMPORT"
UNMERGE_RECOVERY "UNMERGE_RECOVERY"

Enum: RuleEnum

Name Value
INCLUDE "INCLUDE"
EXCLUDE "EXCLUDE"