Skip to main content

SubscriptionAmazon

react-native-iap / Exports / SubscriptionAmazon

Interface: SubscriptionAmazon

TODO: As of 2022-10-10, this typing is not verified against the real Amazon API. Please update this if you have a more accurate type.

Hierarchy

Table of contents

Properties

Properties

countryCode

Optional countryCode: string

Inherited from

ProductCommon.countryCode

Defined in

types/index.ts:73


currency

currency: string

Inherited from

ProductCommon.currency

Defined in

types/index.ts:69


description

description: string

Inherited from

ProductCommon.description

Defined in

types/index.ts:67


displayPrice

Optional displayPrice: string

Inherited from

ProductCommon.displayPrice

Defined in

types/index.ts:71


id

Optional id: string

Inherited from

ProductCommon.id

Defined in

types/index.ts:64


localizedPrice

localizedPrice: string

Inherited from

ProductCommon.localizedPrice

Defined in

types/index.ts:70


name

Optional name: string

Defined in

types/index.ts:260


originalPrice

Optional originalPrice: string

Inherited from

ProductCommon.originalPrice

Defined in

types/index.ts:72


platform

platform: amazon

Defined in

types/index.ts:256


price

price: string

Inherited from

ProductCommon.price

Defined in

types/index.ts:68


productId

productId: string

Inherited from

ProductCommon.productId

Defined in

types/index.ts:63


productIds

Optional productIds: string[]

Inherited from

ProductCommon.productIds

Defined in

types/index.ts:65


productType

Optional productType: string

Defined in

types/index.ts:259


title

title: string

Inherited from

ProductCommon.title

Defined in

types/index.ts:66


type

type: "subs"

Overrides

ProductCommon.type

Defined in

types/index.ts:257