Optional
androidOptional
Readonly
freeAn object containing free trial information for the given product.
https://developer.android.com/google/play/billing/subscriptions#free-trial
Optional
Readonly
localizedThe period’s language is determined by the preferred language set on the device.
Optional
Readonly
currencyThe currency code of the locale used to format the price of the product. The ISO 4217 (USD, EUR).
Optional
Readonly
currencyThe currency symbol of the locale used to format the price of the product. ($, €).
Optional
Readonly
introductoryAn object containing introductory price information for a product. iOS: Will be null for iOS version below 11.2 and macOS version below 10.14.4.
Readonly
introductoryUser's eligibility for your introductory offer. Check this property before displaying info about introductory offers (i.e. free trials)
Optional
iosReadonly
discounts: AdaptyProductDiscount[]An array of subscription offers available for the auto-renewable subscription. Will be empty for iOS version below 12.2 and macOS version below 10.14.4.
Readonly
isBoolean value that indicates
whether the product is available for family sharing
in App Store Connect.
Will be false
for iOS version below 14.0 and macOS version below 11.0.
https://developer.apple.com/documentation/storekit/skproduct/3564805-isfamilyshareable
Readonly
promotionalUser's eligibility for the promotional offers. Check this property before displaying info about promotional offers
Optional
Readonly
promotionalAn identifier of a promotional offer, provided by Adapty for this specific user.
Optional
Readonly
regionThe region code of the locale used to format the price of the product. ISO 3166 ALPHA-2 (US, DE)
Optional
Readonly
subscriptionAn identifier of the subscription group
to which the subscription belongs.
Will be null
for iOS version below 12.0 and macOS version below 10.14.
Readonly
localizedA description of the product.
Optional
Readonly
localizedA price’s language is determined by the preferred language set on the device. On Android, the formatted price from Google Play as is.
Optional
Readonly
localizedThe period’s language is determined by the preferred language set on the device.
Readonly
localizedThe name of the product.
Readonly
paywallABTestSame as abTestName
property of the parent AdaptyPaywall.
Readonly
paywallSame as name
property of the parent AdaptyPaywall.
Readonly
priceThe cost of the product in the local currency
Readonly
subscriptionThe period details for products that are subscriptions.
Will be null
for iOS version below 11.2 and macOS version below 10.14.4.
Readonly
variationSame as variationId
property of the parent AdaptyPaywall.
Readonly
vendorUnique identifier of a product from App Store Connect or Google Play Console
Generated using TypeDoc
Describes an object that represents a product. Used in getPaywallProducts method and in makePurchase method.