OfferDetailResponse

data class OfferDetailResponse(val id: String, val planId: String, val planName: String, val privateOfferId: String? = null, val privateOfferIds: List<String>? = null, val publisherId: String, val status: String? = null, val termId: String? = null, val termUnit: String)

Confluent Offer detail

Constructors

Link copied to clipboard
constructor(id: String, planId: String, planName: String, privateOfferId: String? = null, privateOfferIds: List<String>? = null, publisherId: String, status: String? = null, termId: String? = null, termUnit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Offer Id

Link copied to clipboard

Offer Plan Id

Link copied to clipboard

Offer Plan Name

Link copied to clipboard
val privateOfferId: String? = null

Private Offer Id

Link copied to clipboard

Array of Private Offer Ids

Link copied to clipboard

Publisher Id

Link copied to clipboard
val status: String? = null

SaaS Offer Status

Link copied to clipboard
val termId: String? = null

Offer Plan Term Id

Link copied to clipboard

Offer Plan Term unit