ProductCommon
react-native-iap / Exports / ProductCommon
Interface: ProductCommon
Hierarchy
ProductCommon
Table of contents
Properties
- countryCode
- currency
- description
- displayPrice
- id
- localizedPrice
- originalPrice
- price
- productId
- productIds
- title
- type
Properties
countryCode
• Optional
countryCode: string
Defined in
currency
• currency: string
Defined in
description
• description: string
Defined in
displayPrice
• Optional
displayPrice: string
Defined in
id
• Optional
id: string
Defined in
localizedPrice
• localizedPrice: string
Defined in
originalPrice
• Optional
originalPrice: string
Defined in
price
• price: string
Defined in
productId
• productId: string
Defined in
productIds
• Optional
productIds: string
[]
Defined in
title
• title: string
Defined in
type
• type: "iap"
| "inapp"
| "subs"
| "sub"