Information about the location of the service job.

ServiceLocation

interface ServicesApiModelServiceLocation {
    address?: ServicesApiModelAddress;
    serviceLocationType?:
        | ServicesApiModelServiceLocationServiceLocationTypeEnum
        | "IN_HOME"
        | "IN_STORE"
        | "ONLINE";
}

Properties

ServiceLocation

serviceLocationType?:
    | ServicesApiModelServiceLocationServiceLocationTypeEnum
    | "IN_HOME"
    | "IN_STORE"
    | "ONLINE"

The location of the service job.

ServiceLocation

MMNEPVFCICPMFPCPTTAAATR