Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 890 Bytes

CustomerCreationSourceFilter.md

File metadata and controls

12 lines (8 loc) · 890 Bytes

CustomerCreationSourceFilter

Properties

Name Getter Setter Type Description Notes
values getValues() setValues($value) string[] The list of creation sources used as filtering criteria. [optional]
rule getRule() setRule($value) string 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]

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

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