Skip to main content

ProductCommon

react-native-iap / Exports / ProductCommon

Interface: ProductCommon

Hierarchy

Table of contents

Properties

Properties

countryCode

Optional countryCode: string

Defined in

types/index.ts:64


currency

currency: string

Defined in

types/index.ts:61


description

description: string

Defined in

types/index.ts:59


localizedPrice

localizedPrice: string

Defined in

types/index.ts:62


originalPrice

Optional originalPrice: string

Defined in

types/index.ts:63


price

price: string

Defined in

types/index.ts:60


productId

productId: string

Defined in

types/index.ts:56


productIds

Optional productIds: string[]

Defined in

types/index.ts:57


title

title: string

Defined in

types/index.ts:58


type

type: "iap" | "inapp" | "subs" | "sub"

Defined in

types/index.ts:55