Class OfferPhaseDetails
Details of a pricing phase for the entitlement period funded by this order.
Implements
Inherited Members
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 |