RelatedParty Data Type

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

Example

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