SkuResponse

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

The Sku.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The display name of the sku.

Link copied to clipboard
val family: String? = null

The sku family.

Link copied to clipboard

The sku name.