CustomerCategoriesDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
customerCategory array of CustomerCategoryDto

Example

{
  "customerCategory" : [ {
    "code" : "...",
    "description" : "...",
    "exoneratedFromTaxes" : true,
    "exonerationTaxEl" : "...",
    "exonerationReason" : "...",
    "updatedCode" : "..."
  }, {
    "code" : "...",
    "description" : "...",
    "exoneratedFromTaxes" : true,
    "exonerationTaxEl" : "...",
    "exonerationReason" : "...",
    "updatedCode" : "..."
  } ]
}