google_api_reseller v0.2.0 GoogleApi.Reseller.V1.Model.SubscriptionTrialSettings View Source

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

Attributes

  • isInTrial (boolean()): 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. Defaults to: null.
  • trialEndTime (String.t): Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Reseller.V1.Model.SubscriptionTrialSettings{
  isInTrial: any(),
  trialEndTime: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.