ChopStampResponse

data class ChopStampResponse(id: String, key: String, noOfChoppedStamp: Int, isCompleted: Boolean, startAt: Instant, endAt: Instant, createdAt: Instant, updatedAt: Instant)

Properties

createdAt
Link copied to clipboard
common
val createdAt: Instant
endAt
Link copied to clipboard
common
val endAt: Instant
id
Link copied to clipboard
common
val id: String
isCompleted
Link copied to clipboard
common
val isCompleted: Boolean
key
Link copied to clipboard
common
val key: String
noOfChoppedStamp
Link copied to clipboard
common
val noOfChoppedStamp: Int
startAt
Link copied to clipboard
common
val startAt: Instant
updatedAt
Link copied to clipboard
common
val updatedAt: Instant