CashierData

@Serializable
data class CashierData(val description: String? = null, val endDate: LocalDate? = null, val endTime: String? = null, val id: Long? = null, val isFullDay: Boolean? = null, val officeId: Long? = null, val officeName: String? = null, val staffId: Long? = null, val staffName: String? = null, val staffOptions: List<StaffData>? = null, val startDate: LocalDate? = null, val startTime: String? = null, val tellerId: Long? = null, val tellerName: String? = null)

Parameters

description
endDate
endTime
id
isFullDay
officeId
officeName
staffId
staffName
staffOptions
startDate
startTime
tellerId
tellerName

Constructors

Link copied to clipboard
constructor(description: String? = null, endDate: LocalDate? = null, endTime: String? = null, id: Long? = null, isFullDay: Boolean? = null, officeId: Long? = null, officeName: String? = null, staffId: Long? = null, staffName: String? = null, staffOptions: List<StaffData>? = null, startDate: LocalDate? = null, startTime: String? = null, tellerId: Long? = null, tellerName: String? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val endDate: LocalDate? = null
Link copied to clipboard
val endTime: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val isFullDay: Boolean? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val staffId: Long? = null
Link copied to clipboard
val staffName: String? = null
Link copied to clipboard
Link copied to clipboard
val startDate: LocalDate? = null
Link copied to clipboard
val startTime: String? = null
Link copied to clipboard
val tellerId: Long? = null
Link copied to clipboard
val tellerName: String? = null