LiftrBaseOfferDetailsArgs

data class LiftrBaseOfferDetailsArgs(val offerId: Output<String>, val planId: Output<String>, val planName: Output<String>? = null, val publisherId: Output<String>, val termId: Output<String>? = null, val termUnit: Output<String>? = null) : ConvertibleToJava<LiftrBaseOfferDetailsArgs>

Offer details for the marketplace that is selected by the user

Constructors

Link copied to clipboard
constructor(offerId: Output<String>, planId: Output<String>, planName: Output<String>? = null, publisherId: Output<String>, termId: Output<String>? = null, termUnit: Output<String>? = null)

Properties

Link copied to clipboard
val offerId: Output<String>

Offer Id for the marketplace offer

Link copied to clipboard
val planId: Output<String>

Plan Id for the marketplace offer

Link copied to clipboard
val planName: Output<String>? = null

Plan Name for the marketplace offer

Link copied to clipboard
val publisherId: Output<String>

Publisher Id for the marketplace offer

Link copied to clipboard
val termId: Output<String>? = null

Plan Display Name for the marketplace offer

Link copied to clipboard
val termUnit: Output<String>? = null

Plan Display Name for the marketplace offer

Functions

Link copied to clipboard
open override fun toJava(): LiftrBaseOfferDetailsArgs