PurchasePlanResponse

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

Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.

Constructors

Link copied to clipboard
constructor(name: String? = null, product: String? = null, promotionCode: String? = null, publisher: 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

Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.

Link copied to clipboard
val promotionCode: String? = null

The promotion code.

Link copied to clipboard
val publisher: String? = null

The plan ID.