AdditionalDetails Data Type

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

Example

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