Cashier Data
@Serializable
Parameters
description
end Date
end Time
id
is Full Day
office Id
office Name
staff Id
staff Name
staff Options
start Date
start Time
teller Id
teller Name
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)