Selling Partner API SDK for JavaScript
    Preparing search index...

    Proof of Appointment (POA) details.

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

    Properties

    appointmentTime?: AppointmentTime
    poaType?: PoaPoaTypeEnum

    The type of POA uploaded.

    technicians?: Technician[]

    A list of technicians.

    uploadingTechnician?: string

    The identifier of the technician who uploaded the POA.

    uploadTime?: string

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