LoyaltyCustomer class
Represents a customer’s loyalty information.
Represents loyalty customer data in ManageLoyaltyCustomerMatch API, but is
not a resource that can be retrieved or listed by other methods.
Constructors
- LoyaltyCustomer({String? loyaltyTier, String? pointBalance, UserIdentifier? userIdentifier})
- LoyaltyCustomer.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- loyaltyTier ↔ String?
-
The tier label of the loyalty tier the customer belongs to.
getter/setter pair
- pointBalance ↔ String?
-
The point balance of the loyalty customer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userIdentifier ↔ UserIdentifier?
-
The identifiers for the customer.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited