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

ActivationSecurityInfo

class ActivationSecurityInfo : Info

Return activation information .apiKey.

User: Kirill, Date: 05.08.13 17:59

Constructors

<init>

ActivationSecurityInfo()

Return activation information .apiKey.

Properties

activationId

var activationId: Long

Activation id. It's debug information.

address

var address: String?

apiKey

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.

city

var city: String?

phone

var phone: String?

productionNumber

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

zip

var zip: String?

Extension Functions

toJson

fun Info.toJson(): String