ProductAndroid
react-native-iap / Exports / ProductAndroid
Interface: ProductAndroid
Hierarchy
↳
ProductAndroid
Table of contents
Properties
- countryCode
- currency
- description
- localizedPrice
- name
- oneTimePurchaseOfferDetails
- originalPrice
- price
- productId
- productIds
- 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
localizedPrice
• localizedPrice: string
Inherited from
Defined in
name
• Optional
name: string
Defined in
oneTimePurchaseOfferDetails
• Optional
oneTimePurchaseOfferDetails: Object
Type declaration
Name | Type |
---|---|
formattedPrice | string |
priceAmountMicros | string |
priceCurrencyCode | string |
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
title
• title: string
Inherited from
Defined in
type
• type: "iap"
| "inapp"