PlanDataResponse

data class PlanDataResponse(val billingCycle: String? = null, val effectiveDate: String? = null, val planDetails: String? = null, val usageType: String? = null)

Constructors

Link copied to clipboard
constructor(billingCycle: String? = null, effectiveDate: String? = null, planDetails: String? = null, usageType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val billingCycle: String? = null

different billing cycles like MONTHLY/WEEKLY. this could be enum

Link copied to clipboard
val effectiveDate: String? = null

date when plan was applied

Link copied to clipboard
val planDetails: String? = null

plan id as published by Logz

Link copied to clipboard
val usageType: String? = null

different usage type like PAYG/COMMITTED. this could be enum