isInTrial property
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;
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.core.bool? isInTrial;