View Source GoogleApi.Reseller.V1.Model.SubscriptionTrialSettings (google_api_reseller v0.18.0)

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Reseller.V1.Model.SubscriptionTrialSettings{
  isInTrial: boolean() | nil,
  trialEndTime: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.