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

ActivationStatus

enum class ActivationStatus

User: Kirill, Date: 27.09.13 12:53.

Enum Values

ISSUED

The order was issued by the customer but not yet paid which means Activation can not provide com.srv4pos.server.api.activation.ActivationCodeInfo.

ACTIVE

The order has been paid by the customer, so we can provide an Activation code to him.

WORKING

Activation has been downloaded, so it can be treated as it was used. We can't delete it because we assume it's out of the server.

CLOSED

Activation has been closed, because another activation of this seller is used now.