Interface LB

Represents an entity of type Lokale Besturen (LB).

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

Hierarchy (View Summary)

Properties

Properties

code: "LB"

The code for Lokale Besturen is always 'LB'.

identifier?: string

The identifier for LB is the 'ondernemingsnummer'.

name: string

The name of the entity.