Interface GID

Represents an entity of type Gemeenschappelijke Identificatiedienst (GID).

interface GID {
    code: "GID";
    identifier?: string;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

code: "GID"

The code for Gemeenschappelijke Identificatiedienst is always 'GID'.

identifier?: string

The identifier for GID is the ovoCode.

name: string

The name of the entity.