Represents a linked job object associated with a shopping cart item.

interface LinkedJobObject {
    Id: number;
    Type: ProductType;
}

Properties

Properties

Id: number

The unique identifier of the linked job.

The type of product associated with the linked job.