Contains information about the product available for the user to purchase. For more info see https://docs.revenuecat.com/docs/entitlements

interface Package {
    identifier: string;
    packageType: PackageType;
    rcBillingProduct: Product;
}

Properties

identifier: string

Unique identifier for this package. Can be one a predefined package type or a custom one.

packageType: PackageType

The type of package.

rcBillingProduct: Product

The Product assigned to this package.