Show / Hide Table of Contents

Class OtherRegionsSubscriptionOfferPhaseConfig

Configuration for any new locations Play may launch in for a single offer phase.

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

Properties

AbsoluteDiscounts

The absolute amount of money subtracted from the base plan price prorated over the phase duration that the user pays for this offer phase. For example, if the base plan price for this region is $12 for a period of 1 year, then a $1 absolute discount for a phase of a duration of 3 months would correspond to a price of $2. The resulting price may not be smaller than the minimum price allowed for any new locations Play may launch in.

Declaration
[JsonProperty("absoluteDiscounts")]
public virtual OtherRegionsSubscriptionOfferPhasePrices AbsoluteDiscounts { get; set; }
Property Value
Type Description
OtherRegionsSubscriptionOfferPhasePrices

ETag

The ETag of the item.

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

OtherRegionsPrices

The absolute price the user pays for this offer phase. The price must not be smaller than the minimum price allowed for any new locations Play may launch in.

Declaration
[JsonProperty("otherRegionsPrices")]
public virtual OtherRegionsSubscriptionOfferPhasePrices OtherRegionsPrices { get; set; }
Property Value
Type Description
OtherRegionsSubscriptionOfferPhasePrices

RelativeDiscount

The fraction of the base plan price prorated over the phase duration that the user pays for this offer phase. For example, if the base plan price for this region is $12 for a period of 1 year, then a 50% discount for a phase of a duration of 3 months would correspond to a price of $1.50. The discount must be specified as a fraction strictly larger than 0 and strictly smaller than 1. The resulting price will be rounded to the nearest billable unit (e.g. cents for USD). The relative discount is considered invalid if the discounted price ends up being smaller than the minimum price allowed in any new locations Play may launch in.

Declaration
[JsonProperty("relativeDiscount")]
public virtual double? RelativeDiscount { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX