Class IntroductoryPriceInfo
Contains the introductory price information for a subscription.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class IntroductoryPriceInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IntroductoryPriceAmountMicros
Introductory price of the subscription, not including tax. The currency is the same as price_currency_code. Price is expressed in micro-units, where 1,000,000 micro-units represents one unit of the currency. For example, if the subscription price is €1.99, price_amount_micros is 1990000.
Declaration
[JsonProperty("introductoryPriceAmountMicros")]
public virtual long? IntroductoryPriceAmountMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |
IntroductoryPriceCurrencyCode
ISO 4217 currency code for the introductory subscription price. For example, if the price is specified in British pounds sterling, price_currency_code is "GBP".
Declaration
[JsonProperty("introductoryPriceCurrencyCode")]
public virtual string IntroductoryPriceCurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
IntroductoryPriceCycles
The number of billing period to offer introductory pricing.
Declaration
[JsonProperty("introductoryPriceCycles")]
public virtual int? IntroductoryPriceCycles { get; set; }
Property Value
Type | Description |
---|---|
int? |
IntroductoryPricePeriod
Introductory price period, specified in ISO 8601 format. Common values are (but not limited to) "P1W" (one week), "P1M" (one month), "P3M" (three months), "P6M" (six months), and "P1Y" (one year).
Declaration
[JsonProperty("introductoryPricePeriod")]
public virtual string IntroductoryPricePeriod { get; set; }
Property Value
Type | Description |
---|---|
string |