Plan Data Response
data class PlanDataResponse(val billingCycle: String? = null, val effectiveDate: String? = null, val planDetails: String? = null, val usageType: String? = null)
Constructors
Link copied to clipboard
fun PlanDataResponse(billingCycle: String? = null, effectiveDate: String? = null, planDetails: String? = null, usageType: String? = null)