Tier

@Serializable
data class Tier(val id: String, val packageIds: List<String>, val defaultPackageId: String)

Constructors

Link copied to clipboard
constructor(id: String, packageIds: List<String>, defaultPackageId: String)

Properties

Link copied to clipboard

The package to be selected by default.

Link copied to clipboard
val id: String

RevenueCat generated id to match tiers with localizations.

Link copied to clipboard

The list of package identifiers this tier will display.