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.