Readonly
currentPrice of the product. This will match the default option's base phase price in subscriptions or the price in non-subscriptions.
Readonly
defaultThe default non-subscription option for this product. Null in the case of subscriptions.
Readonly
defaultThe default purchase option for this product.
Readonly
defaultThe default subscription option for this product. Null if no subscription options are available like in the case of consumables and non-consumables.
Readonly
descriptionThe description of the product as configured in the RevenueCat dashboard.
Readonly
displayName of the product.
Readonly
identifierThe product ID.
Readonly
normalThe period duration for a subscription product. This will match the default option's base phase period duration. Null for non-subscriptions.
Readonly
presentedThe context from which this product was obtained.
Readonly
presentedThe offering ID used to obtain this product.
Readonly
productThe type of product.
Readonly
subscriptionA dictionary with all the possible subscription options available for this product. Each key contains the key to be used when executing a purchase. Will be empty for non-subscriptions
If retrieved through getOfferings the offers are only the ones the customer is entitled to.
Readonly
titleThe title of the product as configured in the RevenueCat dashboard.
Represents product's listing details.