ProductIOS
react-native-iap / Exports / ProductIOS
Interface: ProductIOS
Hierarchy
↳
ProductIOS
Table of contents
Properties
- countryCode
- currency
- description
- displayName
- displayPrice
- id
- isFamilyShareable
- jsonRepresentation
- localizedPrice
- originalPrice
- price
- productId
- productIds
- subscription
- title
- type
Properties
countryCode
• Optional
countryCode: string
Inherited from
Defined in
currency
• currency: string
Inherited from
Defined in
description
• description: string
Inherited from
Defined in
displayName
• Optional
displayName: string
Defined in
displayPrice
• Optional
displayPrice: string
Inherited from
Defined in
id
• Optional
id: string
Inherited from
Defined in
isFamilyShareable
• Optional
isFamilyShareable: boolean
Defined in
jsonRepresentation
• Optional
jsonRepresentation: string
Defined in
localizedPrice
• localizedPrice: string
Inherited from
Defined in
originalPrice
• Optional
originalPrice: string
Inherited from
Defined in
price
• price: string
Inherited from
Defined in
productId
• productId: string
Inherited from
Defined in
productIds
• Optional
productIds: string
[]
Inherited from
Defined in
subscription
• Optional
subscription: any
Defined in
title
• title: string
Inherited from
Defined in
type
• type: "iap"
| "inapp"