class TaxInfo : SyncEntityInfo
User: Kirill, Date: 05.08.13 17:59.
enum class Fields
List of fields for ordering. |
TaxInfo()
User: Kirill, Date: 05.08.13 17:59. |
var custom: String?
Custom data concerned tax. |
|
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 isDeleted: Boolean!
True if entity was deleted. Only possible if return diff |
|
var modified: Date? |
|
lateinit var name: String
Regular field. |
|
var vat: Int
Regular field. |
|
var version: Int? |
fun Info.toJson(): String |