TrialPeriod

data class TrialPeriod(val days: Int, val weeks: Int, val months: Int, val years: Int, val text: String, val endAt: Date?)(source)

Constructors

Link copied to clipboard
constructor(days: Int, weeks: Int, months: Int, years: Int, text: String, endAt: Date?)

Properties

Link copied to clipboard
val days: Int
Link copied to clipboard
val endAt: Date?
Link copied to clipboard
val months: Int
Link copied to clipboard
Link copied to clipboard
val weeks: Int
Link copied to clipboard
val years: Int