AdditionalDetails Data Type

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

Example

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