Show / Hide Table of Contents

Class OfferPhase

Offer phase details.

Inheritance
object
OfferPhase
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX