class SoftwareVendorInfo : Info
Represents a company who has a cash register software and integrates the software with this server. List of software represented by software vendor is under com.srv4pos.server.api.applicationDescription.ApplicationDescriptionInfo
User: Sergey, Date: 21.05.2014 22:05
SoftwareVendorInfo()
Represents a company who has a cash register software and integrates the software with this server. List of software represented by software vendor is under com.srv4pos.server.api.applicationDescription.ApplicationDescriptionInfo |
var corporateId: String? |
|
var features: Set<SoftwareVendorFeature> |
|
var id: Long
Identifier of software vendor in the database. |
|
var isCanManageControlUnit: Boolean |
|
lateinit var mailSettingsInfo: MailSettingsInfo
Information about email server. |
|
lateinit var name: String
Identifier of software vendor. |
|
lateinit var salesEmailInfo: EmailAccountInfo
Information about email account. |
|
var taxAgencyFeature: TaxAgencyFeature |
fun Info.toJson(): String |