CustomerCategoryDto Data Type

The Class CustomerCategoryDto.

Implemented Interfaces
Serializable
Properties
name data type constraints description
id number   The id.
auditableField array of AuditableFieldDto  
code string required The code
exoneratedFromTaxes boolean   The exonerated from taxes.
exonerationTaxEl string   The exoneration tax el.
description string   The description
exonerationReason string   The exoneration reason.
updatedCode string   The updated code.
accountingCode string   The accounting code.
taxCategoryCode string   Account tax category - code
taxCategoryEl string   Expression to determine tax category code
languageDescriptions array of LanguageDescriptionDto  

Example

{
  "id" : 12345,
  "auditableField" : [ {
    "entityClass" : "...",
    "fieldName" : "...",
    "id" : 12345,
    "changeOrigin" : "...",
    "auditableField" : [ { }, { } ],
    "originName" : "...",
    "code" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "description" : "...",
    "created" : "...",
    "updatedCode" : "...",
    "actor" : "..."
  }, {
    "entityClass" : "...",
    "fieldName" : "...",
    "id" : 12345,
    "changeOrigin" : "...",
    "auditableField" : [ { }, { } ],
    "originName" : "...",
    "code" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "description" : "...",
    "created" : "...",
    "updatedCode" : "...",
    "actor" : "..."
  } ],
  "code" : "...",
  "exoneratedFromTaxes" : true,
  "exonerationTaxEl" : "...",
  "description" : "...",
  "exonerationReason" : "...",
  "updatedCode" : "...",
  "accountingCode" : "...",
  "taxCategoryCode" : "...",
  "taxCategoryEl" : "...",
  "languageDescriptions" : [ {
    "languageCode" : "...",
    "description" : "..."
  }, {
    "languageCode" : "...",
    "description" : "..."
  } ]
}