Interface OV

Represents an entity of type Openbare Instellingen (OV).

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

Hierarchy (View Summary)

Properties

Properties

code: "OV"

The code for Openbare Instellingen is always 'OV'.

identifier?: string

The identifier for OV is the instellingsnummer.

name: string

The name of the entity.