Proof of Appointment (POA) details.

Export

Poa

interface Poa {
    appointmentTime?: AppointmentTime;
    poaType?: PoaPoaTypeEnum;
    technicians?: Technician[];
    uploadTime?: string;
    uploadingTechnician?: string;
}

Properties

appointmentTime?: AppointmentTime

Memberof

Poa

poaType?: PoaPoaTypeEnum

The type of POA uploaded.

Memberof

Poa

technicians?: Technician[]

A list of technicians.

Memberof

Poa

uploadTime?: string

The date and time when the POA was uploaded in ISO 8601 format.

Memberof

Poa

uploadingTechnician?: string

The identifier of the technician who uploaded the POA.

Memberof

Poa