Interface BUR

Represents an entity of type Burgerprofiel (BUR).

interface BUR {
    code: "BUR";
    firstName: string;
    identifier?: string;
    name: string;
}

Hierarchy (View Summary)

Properties

code: "BUR"

The code for Burgerprofiel is always 'BUR'.

firstName: string

The first name of the person associated with BUR.

identifier?: string

An optional identifier for the entity.

name: string

The name of the person associated with BUR.