Represents a discount applicable to a product variant.

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

Properties

Properties

Id: number

The identifier of the discount.

Name: string

The name of the discount.