# PamsItem

**Kind:** Interface

**Source:** `Frontend/src/app/components/configuration/templates/html-templates-variable.ts` (line 153)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `ItemDescription` | `string` |
| `ProductName` | `string` |
| `ItemUnitPrice` | `number` |
| `Discount` | `number` |
| `Qty` | `number` |
| `Tax` | `number` |
| `ItemTotalPrice` | `number` |
| `itemTotalAfterTax` | `number` |
| `ItemUnit` | `string` |
