CustomerJourneyState constructor

CustomerJourneyState(
  1. bool formerSubscriber,
  2. bool inGracePeriod,
  3. bool inTrialPeriod,
  4. bool inIntroOfferPeriod,
  5. bool isCancelled,
  6. bool inPause,
  7. bool inAccountHold,
)

Implementation

CustomerJourneyState(
    this.formerSubscriber,
    this.inGracePeriod,
    this.inTrialPeriod,
    this.inIntroOfferPeriod,
    this.isCancelled,
    this.inPause,
    this.inAccountHold);