SkuResponse

data class SkuResponse(val name: String? = null, val tier: String? = null)

The SKU type.

Constructors

Link copied to clipboard
constructor(name: String? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

SKU name.

Link copied to clipboard
val tier: String? = null

The SKU tier. This is based on the SKU name.