Skip to main content

ProductIOS

react-native-iap / Exports / ProductIOS

Interface: ProductIOS

Hierarchy

Table of contents

Properties

Properties

countryCode

Optional countryCode: string

Inherited from

ProductCommon.countryCode

Defined in

types/index.ts:66


currency

currency: string

Inherited from

ProductCommon.currency

Defined in

types/index.ts:63


description

description: string

Inherited from

ProductCommon.description

Defined in

types/index.ts:61


localizedPrice

localizedPrice: string

Inherited from

ProductCommon.localizedPrice

Defined in

types/index.ts:64


originalPrice

Optional originalPrice: string

Inherited from

ProductCommon.originalPrice

Defined in

types/index.ts:65


price

price: string

Inherited from

ProductCommon.price

Defined in

types/index.ts:62


productId

productId: string

Inherited from

ProductCommon.productId

Defined in

types/index.ts:58


productIds

Optional productIds: string[]

Inherited from

ProductCommon.productIds

Defined in

types/index.ts:59


title

title: string

Inherited from

ProductCommon.title

Defined in

types/index.ts:60


type

type: "iap" | "inapp"

Overrides

ProductCommon.type

Defined in

types/index.ts:138