class RegistrationAdvancedInfo : Info
Represents extended entity.
User: Kirill, Date: 05.08.13 17:59
RegistrationAdvancedInfo()
Represents extended entity. |
var installationInfo: InstallationInfo?
Installation info. Must be null if Installation already exists or can be null if Installation is not present. |
|
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 |
|
lateinit var sellerInfo: SellerInfo
When order a new activation: it must be null, if Seller already exists. |
fun Info.toJson(): String |