public / com.revenuecat.purchases / Package

Package

data class Package : Parcelable

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

Constructors

<init>

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

Package(identifier: String, packageType: PackageType, product: SkuDetails, offering: String)

Properties

identifier

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

val identifier: String

offering

val offering: String

packageType

Package type for the product. Will be one of PackageType.

val packageType: PackageType

product

SkuDetails assigned to this package.

val product: SkuDetails