PutTellersTellerIdCashiersCashierIdRequest

@Serializable
data class PutTellersTellerIdCashiersCashierIdRequest(val dateFormat: String? = null, val description: String? = null, val endDate: LocalDate? = null, val isFullDay: Boolean? = null, val locale: String? = null, val staffId: Long? = null, val startDate: LocalDate? = null)

PutTellersTellerIdCashiersCashierIdRequest

Parameters

dateFormat
description
endDate
isFullDay
locale
staffId
startDate

Constructors

constructor(dateFormat: String? = null, description: String? = null, endDate: LocalDate? = null, isFullDay: Boolean? = null, locale: String? = null, staffId: Long? = null, startDate: LocalDate? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val endDate: LocalDate? = null
Link copied to clipboard
val isFullDay: Boolean? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val staffId: Long? = null
Link copied to clipboard
val startDate: LocalDate? = null