RelatedParty Data Type

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

Example

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