OccTemplateDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
code string
description string
accountCode string
occCategory OperationCategoryEnum
accountCodeClientSide string
Properties inherited from BusinessDto
updatedCode string

Example

{
  "code" : "...",
  "description" : "...",
  "accountCode" : "...",
  "occCategory" : "CREDIT",
  "accountCodeClientSide" : "...",
  "updatedCode" : "..."
}