apidocs / com.srv4pos.server.api.activation / RegistrationInfo

RegistrationInfo

class RegistrationInfo : SyncEntityInfo

Represents server-side entity available for admin.

Identified by seller and cashRegisterName

User: Kirill, Date: 05.08.13 17:59

Types

Fields

enum class Fields

List of fields for ordering.

Constructors

<init>

RegistrationInfo()

Represents server-side entity available for admin.

Properties

cashRegisterName

lateinit var cashRegisterName: String

Described in swedish regulations as "cash register designation". See wiki for more info.

corporateId

lateinit var corporateId: String

Corporate identity number.

country

lateinit var country: String

Country where seller with given .corporateId is registered.

identifier

val identifier: String

isDeleted

var isDeleted: Boolean

modified

var modified: Date?

productionNumber

var productionNumber: String?

Id of POS application instance installed on Device.

version

var version: Int?

Extension Functions

toJson

fun Info.toJson(): String