Information about the seller of the service job.

Export

Seller

interface Seller {
    sellerId?: string;
}

Properties

Properties

sellerId?: string

The identifier of the seller of the service job.

Memberof

Seller