Show / Hide Table of Contents

Class Subscription.TrialSettingsData

The G Suite annual commitment and flexible payment plans can be in a 30-day free trial. For more information, see the API concepts.

Inheritance
object
Subscription.TrialSettingsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Reseller.v1.Data
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class Subscription.TrialSettingsData

Properties

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.

Declaration
[JsonProperty("isInTrial")]
public virtual bool? IsInTrial { get; set; }
Property Value
Type Description
bool?

TrialEndTime

Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter.

Declaration
[JsonProperty("trialEndTime")]
public virtual long? TrialEndTime { get; set; }
Property Value
Type Description
long?
In this article
Back to top Generated by DocFX