BankDocumentCategoryDto

constructor(id: String? = null, code: String? = null, sortCode: String? = null, type: BankDocumentCategoryTypeDto? = null, name: String? = null, visible: Boolean? = true, dateCreated: OffsetDateTime? = null)

Parameters

id

ID of the Category.

code

Unique key to identify category (unique inside same orun_id and same type).

sortCode

Sort code determines sort order of category.

type
name

Short description (name) for a category.

visible

Indicates whether the category should be displayed on GUI.

dateCreated

Date and time when the category was created.