PlanDetailsResponse

data class PlanDetailsResponse(val offerID: String? = null, val planID: String? = null, val planName: String? = null, val publisherID: String? = null, val termID: String? = null)

Plan details of the monitor resource.

Constructors

Link copied to clipboard
constructor(offerID: String? = null, planID: String? = null, planName: String? = null, publisherID: String? = null, termID: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val offerID: String? = null

Offer ID of the plan

Link copied to clipboard
val planID: String? = null

Plan ID

Link copied to clipboard
val planName: String? = null

Plan Name

Link copied to clipboard
val publisherID: String? = null

Publisher ID of the plan

Link copied to clipboard
val termID: String? = null

Term ID of the plan