class ActivationSecurityInfo : Info
Return activation information .apiKey.
User: Kirill, Date: 05.08.13 17:59
ActivationSecurityInfo()
Return activation information .apiKey. |
var activationId: Long
Activation id. It's debug information. |
|
var address: String? |
|
lateinit var apiKey: String
Securely randomly generated number, represents the order. It has to be passed to the server to get an activation based on the order made. |
|
var city: String? |
|
var phone: String? |
|
var productionNumber: String?
ProductionNumber - serial number uniquely identifies instance of the Installation. It represents production number of cash register according to Swedish regulations. It has format "{softwareId}{number}". It must be unique number through the entire world |
|
var zip: String? |
fun Info.toJson(): String |