AdditionalDetails Data Type

Implemented Interfaces
Serializable
Properties
name data type description
id number
instantMessengers string
version number
transient boolean
position string
companyName string

Example

{
  "id" : 12345,
  "instantMessengers" : "...",
  "version" : 12345,
  "transient" : true,
  "position" : "...",
  "companyName" : "..."
}