BasePlanType

@Serializable
sealed class BasePlanType(source)

Selection type for base plan/purchase option. When Auto, the SDK will automatically select the best base plan. When Specific, the SDK will use the exact base plan ID provided.

Inheritors

Types

Link copied to clipboard

Auto-select the best base plan

Link copied to clipboard
object Companion
Link copied to clipboard
data class Specific(val id: String) : BasePlanType

Use a specific base plan by ID

Properties

Link copied to clipboard

Returns the ID if this is a Specific selection, null otherwise