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

RegistrationAdvancedInfo

class RegistrationAdvancedInfo : Info

Represents extended entity.

User: Kirill, Date: 05.08.13 17:59

Constructors

<init>

RegistrationAdvancedInfo()

Represents extended entity.

Properties

installationInfo

var installationInfo: InstallationInfo?

Installation info. Must be null if Installation already exists or can be null if Installation is not present.

registrationInfo

lateinit var registrationInfo: RegistrationInfo

Note. If sellerInfo is not null, country and corporateId should be equal same fields in the sellerInfo. If registrationInfo.productionNumber is not null, installationInfo must be null

sellerInfo

lateinit var sellerInfo: SellerInfo

When order a new activation: it must be null, if Seller already exists.

Extension Functions

toJson

fun Info.toJson(): String