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.
Constructors
Link copied to clipboard
fun PurchasePlanResponse(name: String? = null, product: String? = null, promotionCode: String? = null, publisher: String? = null)