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