androidpublisher  v3
Properties | List of all members
Google.Apis.AndroidPublisher.v3.Data.IntroductoryPriceInfo Class Reference

Contains the introductory price information for a subscription. More...

Inheritance diagram for Google.Apis.AndroidPublisher.v3.Data.IntroductoryPriceInfo:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< long > IntroductoryPriceAmountMicros [get, set]
 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. More...
 
virtual string IntroductoryPriceCurrencyCode [get, set]
 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". More...
 
virtual System.Nullable< int > IntroductoryPriceCycles [get, set]
 The number of billing period to offer introductory pricing. More...
 
virtual string IntroductoryPricePeriod [get, set]
 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). More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Contains the introductory price information for a subscription.

Property Documentation

◆ ETag

virtual string Google.Apis.AndroidPublisher.v3.Data.IntroductoryPriceInfo.ETag
getset

The ETag of the item.

◆ IntroductoryPriceAmountMicros

virtual System.Nullable<long> Google.Apis.AndroidPublisher.v3.Data.IntroductoryPriceInfo.IntroductoryPriceAmountMicros
getset

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.

◆ IntroductoryPriceCurrencyCode

virtual string Google.Apis.AndroidPublisher.v3.Data.IntroductoryPriceInfo.IntroductoryPriceCurrencyCode
getset

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".

◆ IntroductoryPriceCycles

virtual System.Nullable<int> Google.Apis.AndroidPublisher.v3.Data.IntroductoryPriceInfo.IntroductoryPriceCycles
getset

The number of billing period to offer introductory pricing.

◆ IntroductoryPricePeriod

virtual string Google.Apis.AndroidPublisher.v3.Data.IntroductoryPriceInfo.IntroductoryPricePeriod
getset

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).


The documentation for this class was generated from the following file: