Purchase Plan Response
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
fun PurchasePlanResponse(name: String, product: String, promotionCode: String? = null, publisher: String)