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

Configuration for a subscription offer in a single region.

Attributes

  • newSubscriberAvailability (type: boolean(), default: nil) - Whether the subscription offer in the specified region is available for new subscribers. Existing subscribers will not have their subscription cancelled if this value is set to false. If not specified, this will default to false.
  • regionCode (type: String.t, default: nil) - Required. Immutable. Region code this configuration applies to, as defined by ISO 3166-2, e.g. "US".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.RegionalSubscriptionOfferConfig{
  newSubscriberAvailability: boolean() | nil,
  regionCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.