apidocs / com.srv4pos.server.api.softwareVendor / SoftwareVendorInfo

SoftwareVendorInfo

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

Constructors

<init>

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

Properties

corporateId

var corporateId: String?

features

var features: Set<SoftwareVendorFeature>

id

var id: Long

Identifier of software vendor in the database.

isCanManageControlUnit

var isCanManageControlUnit: Boolean

mailSettingsInfo

lateinit var mailSettingsInfo: MailSettingsInfo

Information about email server.

name

lateinit var name: String

Identifier of software vendor.

salesEmailInfo

lateinit var salesEmailInfo: EmailAccountInfo

Information about email account.

taxAgencyFeature

var taxAgencyFeature: TaxAgencyFeature

Extension Functions

toJson

fun Info.toJson(): String