Annual package type configured in the RevenueCat dashboard, if available.
Array of Package
objects available for purchase.
Unique identifier defined in RevenueCat dashboard.
Lifetime package type configured in the RevenueCat dashboard, if available.
Offering metadata defined in RevenueCat dashboard. To access values, you need to check the type beforehand. For example: const my_unknown_value: unknown = offering.metadata['my_key']; const my_string_value: string | undefined = typeof(my_unknown_value) === 'string' ? my_unknown_value : undefined;
Monthly package type configured in the RevenueCat dashboard, if available.
Offering description defined in RevenueCat dashboard.
Six month package type configured in the RevenueCat dashboard, if available.
Three month package type configured in the RevenueCat dashboard, if available.
Two month package type configured in the RevenueCat dashboard, if available.
Weekly package type configured in the RevenueCat dashboard, if available.
Generated using TypeDoc
An offering is a collection of Packages (
PurchasesPackage
) available for the user to purchase. For more info see https://docs.revenuecat.com/docs/entitlements