Purchase Plan Response
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.