CustomerBrandDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
code string
description string
Properties inherited from BusinessDto
updatedCode string

Example

{
  "code" : "...",
  "description" : "...",
  "updatedCode" : "..."
}