ParentEntitiesDto Data Type

The Class ParentEntitiesDto.

Implemented Interfaces
Serializable
Properties
name data type description
parent array of ParentEntityDto The parent.

Example

{
  "parent" : [ {
    "code" : "...",
    "description" : "..."
  }, {
    "code" : "...",
    "description" : "..."
  } ]
}