Show / Hide Table of Contents

Class OfferPhaseDetails

Details of a pricing phase for the entitlement period funded by this order.

Inheritance
object
OfferPhaseDetails
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 OfferPhaseDetails : IDirectResponseSchema

Properties

BaseDetails

The order funds a base price period.

Declaration
[JsonProperty("baseDetails")]
public virtual BaseDetails BaseDetails { get; set; }
Property Value
Type Description
BaseDetails

ETag

The ETag of the item.

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

FreeTrialDetails

The order funds a free trial period.

Declaration
[JsonProperty("freeTrialDetails")]
public virtual FreeTrialDetails FreeTrialDetails { get; set; }
Property Value
Type Description
FreeTrialDetails

IntroductoryPriceDetails

The order funds an introductory pricing period.

Declaration
[JsonProperty("introductoryPriceDetails")]
public virtual IntroductoryPriceDetails IntroductoryPriceDetails { get; set; }
Property Value
Type Description
IntroductoryPriceDetails

ProrationPeriodDetails

The order funds a proration period.

Declaration
[JsonProperty("prorationPeriodDetails")]
public virtual ProrationPeriodDetails ProrationPeriodDetails { get; set; }
Property Value
Type Description
ProrationPeriodDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX