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?: MarkingCodes

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

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