SubscriptionTrialSettings class
The G Suite annual commitment and flexible payment plans can be in a 30-day free trial.
For more information, see the API concepts.
Constructors
- SubscriptionTrialSettings({bool? isInTrial, String? trialEndTime})
- SubscriptionTrialSettings.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInTrial ↔ bool?
-
Determines if a subscription's plan is in a 30-day free trial or not: -
true
— The plan is in trial.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trialEndTime ↔ String?
-
Date when the trial ends.
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