CustomerCreationSource enum
Values
- OTHER → const CustomerCreationSource
- APPOINTMENTS → const CustomerCreationSource
- COUPON → const CustomerCreationSource
- DELETION_RECOVERY → const CustomerCreationSource
- DIRECTORY → const CustomerCreationSource
- EGIFTING → const CustomerCreationSource
- EMAIL_COLLECTION → const CustomerCreationSource
- FEEDBACK → const CustomerCreationSource
- IMPORT → const CustomerCreationSource
- INVOICES → const CustomerCreationSource
- LOYALTY → const CustomerCreationSource
- MARKETING → const CustomerCreationSource
- MERGE → const CustomerCreationSource
- ONLINE_STORE → const CustomerCreationSource
- INSTANT_PROFILE → const CustomerCreationSource
- TERMINAL → const CustomerCreationSource
- THIRD_PARTY → const CustomerCreationSource
- THIRD_PARTY_IMPORT → const CustomerCreationSource
- UNMERGE_RECOVERY → const CustomerCreationSource
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CustomerCreationSource> - A constant List of the values in this enum, in order of their declaration.