Readonly currentPrice of the product. In the case of subscriptions, this will match the default option's base phase price.
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.
Readonly presentedThe offering ID used to obtain this 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.
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.