Hierarchy

  • Product

Properties

AddedIngredients: AddedIngredient[]

Additional ingredients added to the product

CountrySpecific?: {
    Uzbekistan?: UzbekistanProductData;
}

Additional data that can be defined for specific country

Type declaration

Excise?: {
    isExcise: boolean;
}

The product excise information

Type declaration

  • isExcise: boolean
Id: string

Internal product identifier

Marking?: {
    code: string;
    country: 643;
}

The marking data used in some countries to pass scanned barcode value to the cash register.

Type declaration

  • code: string

    In Russia it's the string of digits, letters, special symbols and group separator.

  • country: 643

    Russian country code

Name: string

The product's name

PricePerProduct: ProductPrice
Quantity: number

The quantity of this product in the order

RemovedIngredients: string[]

List of ingredients removed from the product

Generated using TypeDoc