# InvoiceItems

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/invoices/invoices.model.ts` (line 211)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `AmountSubjectToCommission` | `number` |
| `CategoryID` | `number` |
| `CategoryName` | `string` |
| `Commission` | `number` |
| `CreationDate` | `Date` |
| `CreationUserID` | `number` |
| `Discount` | `number` |
| `InvoiceID` | `number` |
| `InvoiceItemID` | `number` |
| `ItemName` | `string` |
| `ItemTotalPrice` | `number` |
| `ModificationDate` | `Date` |
| `ModificationUserID` | `number` |
| `NetTotalPrice` | `number` |
| `ObjectState` | `number` |
| `Qty` | `number` |
| `Tax` | `number` |
| `UnitID` | `string` |
| `UnitName` | `string` |
| `UnitPrice` | `number` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `_InstallentPercent` | `number` |
| `ModifiedUnitPrice` | `number` |
| `ModifiedItemTotalPrice` | `number` |
| `ModifiedCommission` | `number` |

## Used by

6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (6)

- `InvoiceDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `AccountDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/market/account-details/account-details.component.ts`:1
- `NewJobComponent` — `Pams/Web/Pams.Web/Client/app/components/sales/new-job/new-job.component.ts`:1
- `PaymentsList` — `Pams/Web/Pams.Web/Client/app/models/payments/payments.ts`:2
- `LoadInvoiceDataAction` — `Pams/Web/Pams.Web/Client/app/actions/invoice.ts`:4
- `InvoiceState` — `Pams/Web/Pams.Web/Client/app/reducers/invoice.ts`:6
