SaasPropertiesResponseTerm

data class SaasPropertiesResponseTerm(val endDate: String? = null, val startDate: String? = null, val termUnit: String? = null)

The current Term object.

Constructors

Link copied to clipboard
constructor(endDate: String? = null, startDate: String? = null, termUnit: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endDate: String? = null

The end date of the current term

Link copied to clipboard
val startDate: String? = null

The start date of the current term

Link copied to clipboard
val termUnit: String? = null

The unit indicating Monthly / Yearly