View Source GoogleApi.AndroidPublisher.V3.Model.PrepaidBasePlanType (google_api_android_publisher v0.34.1)

Represents a base plan that does not automatically renew at the end of the base plan, and must be manually renewed by the user.

Attributes

  • billingPeriodDuration (type: String.t, default: nil) - Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.
  • timeExtension (type: String.t, default: nil) - Whether users should be able to extend this prepaid base plan in Google Play surfaces. Defaults to TIME_EXTENSION_ACTIVE if not specified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.PrepaidBasePlanType{
  billingPeriodDuration: String.t() | nil,
  timeExtension: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.