ReportRecurrencePeriodResponse

data class ReportRecurrencePeriodResponse(val from: String, val to: String? = null)

The start and end date for recurrence schedule.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The start date of recurrence.

Link copied to clipboard
val to: String? = null

The end date of recurrence.