Hierarchy

  • PurchasesStoreProduct

Properties

currencyCode: string

Currency code for price and original price.

description: string

Description of the product.

discounts: null | PurchasesStoreProductDiscount[]

Collection of discount offers for a product. Null for Android.

identifier: string

Product Id.

introPrice: null | PurchasesIntroPrice

Introductory price.

price: number

Price of the product in the local currency.

priceString: string

Formatted price of the item, including its currency sign.

title: string

Title of the product.

Generated using TypeDoc