Show / Hide Table of Contents

Class SubscriptionOfferPhase

A single phase of a subscription offer.

Inheritance
object
SubscriptionOfferPhase
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class SubscriptionOfferPhase : IDirectResponseSchema

Properties

Duration

Required. The duration of a single recurrence of this phase. Specified in ISO 8601 format.

Declaration
[JsonProperty("duration")]
public virtual string Duration { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OtherRegionsConfig

Pricing information for any new locations Play may launch in.

Declaration
[JsonProperty("otherRegionsConfig")]
public virtual OtherRegionsSubscriptionOfferPhaseConfig OtherRegionsConfig { get; set; }
Property Value
Type Description
OtherRegionsSubscriptionOfferPhaseConfig

RecurrenceCount

Required. The number of times this phase repeats. If this offer phase is not free, each recurrence charges the user the price of this offer phase.

Declaration
[JsonProperty("recurrenceCount")]
public virtual int? RecurrenceCount { get; set; }
Property Value
Type Description
int?

RegionalConfigs

Required. The region-specific configuration of this offer phase. This list must contain exactly one entry for each region for which the subscription offer has a regional config.

Declaration
[JsonProperty("regionalConfigs")]
public virtual IList<RegionalSubscriptionOfferPhaseConfig> RegionalConfigs { get; set; }
Property Value
Type Description
IList<RegionalSubscriptionOfferPhaseConfig>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX