apidocs / com.srv4pos.server.api.day / DayInfo

DayInfo

class DayInfo : SyncEntityInfo

Set of field as in Day entity.

User: Pavel Abizyaev, Date: 04.09.2014 17:41

Types

Fields

enum class Fields

List of fields for ordering.

Constructors

<init>

DayInfo()

Set of field as in Day entity.

Properties

cash

var cash: Long

cashAtClose

var cashAtClose: Long

cashRegisterName

var cashRegisterName: String?

close

var close: Date?

closedDayTreasurer

var closedDayTreasurer: String?

dayNumber

var dayNumber: Int

grandTotal

var grandTotal: Long

grandTotalRefund

var grandTotalRefund: Long

identifier

var identifier: String?

isOpened

var isOpened: Boolean

isReportPrinted

var isReportPrinted: Boolean

modified

lateinit var modified: Date

open

lateinit var open: Date

version

var version: Int?

Extension Functions

toJson

fun Info.toJson(): String