Skip to main content

SubscriptionIOS

react-native-iap / Exports / SubscriptionIOS

Interface: SubscriptionIOS

Hierarchy

Table of contents

Properties

Properties

countryCode

Optional countryCode: string

Inherited from

ProductCommon.countryCode

Defined in

types/index.ts:64


currency

currency: string

Inherited from

ProductCommon.currency

Defined in

types/index.ts:61


description

description: string

Inherited from

ProductCommon.description

Defined in

types/index.ts:59


discounts

Optional discounts: Discount[]

Defined in

types/index.ts:198


introductoryPrice

Optional introductoryPrice: string

Defined in

types/index.ts:199


introductoryPriceAsAmountIOS

Optional introductoryPriceAsAmountIOS: string

Defined in

types/index.ts:200


introductoryPriceNumberOfPeriodsIOS

Optional introductoryPriceNumberOfPeriodsIOS: string

Defined in

types/index.ts:206


introductoryPricePaymentModeIOS

Optional introductoryPricePaymentModeIOS: "" | "FREETRIAL" | "PAYASYOUGO" | "PAYUPFRONT"

Defined in

types/index.ts:201


introductoryPriceSubscriptionPeriodIOS

Optional introductoryPriceSubscriptionPeriodIOS: SubscriptionIosPeriod

Defined in

types/index.ts:207


localizedPrice

localizedPrice: string

Inherited from

ProductCommon.localizedPrice

Defined in

types/index.ts:62


originalPrice

Optional originalPrice: string

Inherited from

ProductCommon.originalPrice

Defined in

types/index.ts:63


platform

platform: ios

Defined in

types/index.ts:196


price

price: string

Inherited from

ProductCommon.price

Defined in

types/index.ts:60


productId

productId: string

Inherited from

ProductCommon.productId

Defined in

types/index.ts:56


productIds

Optional productIds: string[]

Inherited from

ProductCommon.productIds

Defined in

types/index.ts:57


subscriptionPeriodNumberIOS

Optional subscriptionPeriodNumberIOS: string

Defined in

types/index.ts:209


subscriptionPeriodUnitIOS

Optional subscriptionPeriodUnitIOS: SubscriptionIosPeriod

Defined in

types/index.ts:210


title

title: string

Inherited from

ProductCommon.title

Defined in

types/index.ts:58


type

type: "subs"

Overrides

ProductCommon.type

Defined in

types/index.ts:197