The scope of work for the order.

Export

ScopeOfWork

interface ScopeOfWork {
    asin?: string;
    quantity?: number;
    requiredSkills?: string[];
    title?: string;
}

Properties

asin?: string

The Amazon Standard Identification Number (ASIN) of the service job.

Memberof

ScopeOfWork

quantity?: number

The number of service jobs.

Memberof

ScopeOfWork

requiredSkills?: string[]

A list of skills required to perform the job.

Memberof

ScopeOfWork

title?: string

The title of the service job.

Memberof

ScopeOfWork