Class RegionalSubscriptionOfferConfig
Configuration for a subscription offer in a single region.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RegionalSubscriptionOfferConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NewSubscriberAvailability
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.
Declaration
[JsonProperty("newSubscriberAvailability")]
public virtual bool? NewSubscriberAvailability { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RegionCode
Required. Immutable. Region code this configuration applies to, as defined by ISO 3166-2, e.g. "US".
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |