RelatedParty Data Type

Implemented Interfaces
Serializable
Properties
name data type description
name string
id string
validFor TimeRange
role string
href string

Example

{
  "name" : "...",
  "id" : "...",
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "role" : "...",
  "href" : "..."
}