PlanData

data class PlanData(val dateInit: String, val dateEnd: String, val type: PlanType)

PlanData is the data model for the order.

Constructors

Link copied to clipboard
constructor(dateInit: String, dateEnd: String, type: PlanType)

Properties

Link copied to clipboard

String The date end.

Link copied to clipboard

String The date init.

Link copied to clipboard

PlanType the type of the plan.