PurchasePlanResponse

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The plan ID.

Link copied to clipboard

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 Offer Promotion Code.

Link copied to clipboard

The publisher ID.