class ProductInfo : SyncEntityInfo
User: Kirill, Date: 05.08.13 17:59.
enum class Fields
List of fields for ordering. |
ProductInfo()
User: Kirill, Date: 05.08.13 17:59. |
var barcode: String?
Regular field. |
|
var custom: String? |
|
var description: String? |
|
var identifier: String?
This field uniqly identifies entity. There is no decision what is it, only the requirement - it must be unique trough one seller. |
|
var isCountedInPrice: Boolean
Regular field. |
|
var isDeleted: Boolean
True if entity was deleted. Only possible if return diff. |
|
var modified: Date? |
|
lateinit var name: String
Regular field. |
|
var netto: Long
Regular field. |
|
var salesUnit: SalesUnit
Regular field. |
|
lateinit var tax: String
Regular field. Tax identifier. |
|
var version: Int? |
fun Info.toJson(): String |