LiftrBaseOfferDetailsResponse

data class LiftrBaseOfferDetailsResponse(val offerId: String, val planId: String, val planName: String? = null, val publisherId: String, val termId: String? = null, val termUnit: String? = null)

Offer details for the marketplace that is selected by the user

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Offer Id for the marketplace offer

Link copied to clipboard

Plan Id for the marketplace offer

Link copied to clipboard
val planName: String? = null

Plan Name for the marketplace offer

Link copied to clipboard

Publisher Id for the marketplace offer

Link copied to clipboard
val termId: String? = null

Plan Display Name for the marketplace offer

Link copied to clipboard
val termUnit: String? = null

Plan Display Name for the marketplace offer