Show / Hide Table of Contents

Class AN_SkuDetails

Inheritance
System.Object
AN_SkuDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Vending.BillingClient
Assembly: cs.temp.dll.dll
Syntax
public class AN_SkuDetails

Properties

Description

Returns the description of the product.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

FreeTrialPeriod

Trial period configured in Google Play Console, specified in ISO 8601 format.

Declaration
public string FreeTrialPeriod { get; }
Property Value
Type Description
System.String

Icon

Declaration
public Texture2D Icon { get; set; }
Property Value
Type Description
Texture2D

IconUrl

Returns the icon of the product if present.

Declaration
public string IconUrl { get; }
Property Value
Type Description
System.String

IntroductoryPrice

Formatted introductory price of a subscription, including its currency sign, such as €3.99.

Declaration
public string IntroductoryPrice { get; }
Property Value
Type Description
System.String

IntroductoryPriceAmountMicros

Introductory price in micro-units.

Declaration
public long IntroductoryPriceAmountMicros { get; }
Property Value
Type Description
System.Int64

IntroductoryPriceCycles

The number of subscription billing periods for which the user will be given the introductory price, such as 3.

Declaration
public string IntroductoryPriceCycles { get; }
Property Value
Type Description
System.String

IntroductoryPricePeriod

The billing period of the introductory price, specified in ISO 8601 format.

Declaration
public string IntroductoryPricePeriod { get; }
Property Value
Type Description
System.String

IsConsumable

Declaration
public bool IsConsumable { get; set; }
Property Value
Type Description
System.Boolean

IsRewarded

Declaration
public bool IsRewarded { get; }
Property Value
Type Description
System.Boolean

OriginalJson

Returns a String in JSON format that contains Sku details.

Declaration
public string OriginalJson { get; }
Property Value
Type Description
System.String

OriginalPrice

Returns formatted original price of the item, including its currency sign.

Declaration
public string OriginalPrice { get; }
Property Value
Type Description
System.String

OriginalPriceAmountMicros

Returns the original price in micro-units, where 1,000,000 micro-units equal one unit of the currency.

Declaration
public long OriginalPriceAmountMicros { get; }
Property Value
Type Description
System.Int64

Price

Returns formatted price of the item, including its currency sign.

Declaration
public string Price { get; set; }
Property Value
Type Description
System.String

PriceAmountMicros

Returns price in micro-units, where 1,000,000 micro-units equal one unit of the currency.

Declaration
public long PriceAmountMicros { get; }
Property Value
Type Description
System.Int64

PriceCurrencyCode

Returns ISO 4217 currency code for price and original price.

Declaration
public string PriceCurrencyCode { get; }
Property Value
Type Description
System.String

Sku

Returns the product Id.

Declaration
public string Sku { get; set; }
Property Value
Type Description
System.String

SubscriptionPeriod

Subscription period, specified in ISO 8601 format.

Declaration
public string SubscriptionPeriod { get; }
Property Value
Type Description
System.String

Title

Returns the title of the product.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Type

Returns SKU type.

Declaration
public AN_BillingClient.SkuType Type { get; set; }
Property Value
Type Description
AN_BillingClient.SkuType
In This Article
Back to top Generated by DocFX