Represents a price script for a product variant.

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

Properties

Properties

Id: number

The identifier of the price script.

Name: string

The name of the price script.