QueueParticipantDto

data class QueueParticipantDto(val userId: Long, val userName: String, val expenses: Long?, val active: Boolean, val onDuty: Boolean)

DTO for returning queue details about expenses and it's activity

Constructors

Link copied to clipboard
constructor(userId: Long, userName: String, expenses: Long?, active: Boolean, onDuty: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard