class RegistrationInfo : SyncEntityInfo
Represents server-side entity available for admin.
Identified by seller and cashRegisterName
User: Kirill, Date: 05.08.13 17:59
enum class Fields
List of fields for ordering. |
RegistrationInfo()
Represents server-side entity available for admin. |
lateinit var cashRegisterName: String
Described in swedish regulations as "cash register designation". See wiki for more info. |
|
lateinit var corporateId: String
Corporate identity number. |
|
lateinit var country: String
Country where seller with given .corporateId is registered. |
|
val identifier: String |
|
var isDeleted: Boolean |
|
var modified: Date? |
|
var productionNumber: String?
Id of POS application instance installed on Device. |
|
var version: Int? |
fun Info.toJson(): String |