Class OfferPhase
Offer phase details.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OfferPhase : IDirectResponseSchema
Properties
BasePrice
Set when the offer phase is a base plan pricing phase.
Declaration
[JsonProperty("basePrice")]
public virtual BasePriceOfferPhase BasePrice { get; set; }
Property Value
| Type | Description |
|---|---|
| BasePriceOfferPhase |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FreeTrial
Set when the offer phase is a free trial.
Declaration
[JsonProperty("freeTrial")]
public virtual FreeTrialOfferPhase FreeTrial { get; set; }
Property Value
| Type | Description |
|---|---|
| FreeTrialOfferPhase |
IntroductoryPrice
Set when the offer phase is an introductory price offer phase.
Declaration
[JsonProperty("introductoryPrice")]
public virtual IntroductoryPriceOfferPhase IntroductoryPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| IntroductoryPriceOfferPhase |
ProrationPeriod
Set when the offer phase is a proration period.
Declaration
[JsonProperty("prorationPeriod")]
public virtual ProrationPeriodOfferPhase ProrationPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| ProrationPeriodOfferPhase |