isInTrial property

bool? isInTrial
getter/setter pair

Determines if a subscription's plan is in a 30-day free trial or not: - true — The plan is in trial.

  • false — The plan is not in trial.

Implementation

core.bool? isInTrial;