PlanResponse

data class PlanResponse(val name: String? = null, val product: String? = null, val promotionCode: String? = null, val publisher: String? = null, val version: String? = null)

Plan for the resource.

Constructors

Link copied to clipboard
constructor(name: String? = null, product: String? = null, promotionCode: String? = null, publisher: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The plan ID.

Link copied to clipboard
val product: String? = null

The offer ID.

Link copied to clipboard
val promotionCode: String? = null

The promotion code.

Link copied to clipboard
val publisher: String? = null

The publisher ID.

Link copied to clipboard
val version: String? = null

The plan's version.