Purchase Plan Args
data class PurchasePlanArgs(val name: Output<String>, val product: Output<String>, val promotionCode: Output<String>? = null, val publisher: Output<String>) : ConvertibleToJava<PurchasePlanArgs>
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.