apidocs / com.srv4pos.server.api.tax / TaxInfo

TaxInfo

class TaxInfo : SyncEntityInfo

User: Kirill, Date: 05.08.13 17:59.

Types

Fields

enum class Fields

List of fields for ordering.

Constructors

<init>

TaxInfo()

User: Kirill, Date: 05.08.13 17:59.

Properties

custom

var custom: String?

Custom data concerned tax.

identifier

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

isDeleted

var isDeleted: Boolean!

True if entity was deleted. Only possible if return diff

modified

var modified: Date?

name

lateinit var name: String

Regular field.

vat

var vat: Int

Regular field.

version

var version: Int?

Extension Functions

toJson

fun Info.toJson(): String