Product Model

This model represent the full details about the items in the ticket including sub-products.

Product Model

fieldtypedescription

name

string

example: Coca-Colla

Name of the product

quantity

number

example: 100

Quantity of products

amount

number

example: 3499

Amount/Cost of a single product

discount

number

example: 3499

Discount amount of a signle product

vat

number

example: 100

VAT (Value Added Tax) / Tax, not percentage-based, of a signle product

posIdentifier

string

example: 1234A

POS Identifier for this product

itemNumber

number

example: 0

Receipt ID - Required for receipt generation

subProducts

objects

Same as Product Entity: #product-entity

Last updated