PostHolidaysRequest

@Serializable
data class PostHolidaysRequest(val dateFormat: String? = null, val description: String? = null, val fromDate: LocalDate? = null, val locale: String? = null, val name: String? = null, val offices: List<PostHolidaysRequestOffices>? = null, val repaymentsRescheduledTo: LocalDate? = null, val toDate: LocalDate? = null)

PostHolidaysRequest

Parameters

dateFormat
description
fromDate
locale
name
offices
repaymentsRescheduledTo
toDate

Constructors

Link copied to clipboard
constructor(dateFormat: String? = null, description: String? = null, fromDate: LocalDate? = null, locale: String? = null, name: String? = null, offices: List<PostHolidaysRequestOffices>? = null, repaymentsRescheduledTo: LocalDate? = null, toDate: LocalDate? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val fromDate: LocalDate? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
val repaymentsRescheduledTo: LocalDate? = null
Link copied to clipboard
val toDate: LocalDate? = null