CustomerJourneyState class
This data class represents a customer's subscription journey state
Constructors
- CustomerJourneyState(bool formerSubscriber, bool inGracePeriod, bool inTrialPeriod, bool inIntroOfferPeriod, bool isCancelled, bool inPause, bool inAccountHold)
- CustomerJourneyState.fromMap(Map map)
-
factory
Properties
- formerSubscriber → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inAccountHold → bool
-
final
- inGracePeriod → bool
-
final
- inIntroOfferPeriod → bool
-
final
- inPause → bool
-
final
- inTrialPeriod → bool
-
final
- isCancelled → bool
-
final
- 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