Represents a product cross-sells interface.

interface ProductCrossSells {
    Id: number;
    Name: string;
}

Properties

Properties

Id: number

Id of the cross-sell product.

Name: string

Name of the cross-sell product.