# Product Model

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

### Product Model

This model referenced in "products" field of [#creating-new-transaction](https://docs.sensepass.com/sensepay/payment-flows/create-a-transaction#creating-new-transaction "mention") request body

<table><thead><tr><th width="212.9871382636656">field</th><th width="150">type</th><th width="384.2">description</th></tr></thead><tbody><tr><td>name</td><td>string</td><td><p>example: Coca-Colla</p><p>Name of the product</p></td></tr><tr><td>quantity</td><td>number</td><td><p>example: 100</p><p>Quantity of products</p></td></tr><tr><td>amount</td><td>number</td><td><p>example: 3499</p><p>Amount/Cost of a single product</p></td></tr><tr><td>discount</td><td>number</td><td><p>example: 3499</p><p>Discount amount of a signle product</p></td></tr><tr><td>vat</td><td>number</td><td><p>example: 100</p><p>VAT (Value Added Tax) / Tax, <em>not percentage-based</em>, of a signle product</p></td></tr><tr><td>posIdentifier</td><td>string</td><td><p>example: 1234A</p><p>POS Identifier for this product</p></td></tr><tr><td>itemNumber</td><td>number</td><td><p>example: 0</p><p>Receipt ID - Required for receipt generation</p></td></tr><tr><td>productUrl</td><td>string</td><td><p>example: https://your-store.com/products/1234</p><p>Product URL</p></td></tr><tr><td>productImageUrl</td><td>string</td><td><p>example: https://your-store.com/products/images/main.png</p><p>Product Image URL</p></td></tr><tr><td>subProducts</td><td>objects</td><td>Same as Product Entity: <a data-mention href="#product-entity">#product-entity</a></td></tr><tr><td>measurementUnit</td><td>string</td><td>example: oz</td></tr></tbody></table>
