# InvoicesList

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `InvoiceID` | `number` |
| `InquiryNumber` | `number` |
| `InvoiceNumber` | `string` |
| `CompanyBranchID` | `number` |
| `AccountID` | `number` |
| `AccountName` | `string` |
| `DeliveryTermID` | `number` |
| `CreationUserID` | `number` |
| `DeliveredOrderID` | `number` |
| `PaymentMethodID` | `number` |
| `PaymentMethodName` | `string` |
| `ModificationUserID` | `number` |
| `ClientOrderNumber` | `string` |
| `CreationDate` | `Date` |
| `CurrencyCode` | `string` |
| `Date` | `Date` |
| `DeductionAmount` | `number` |
| `DeliveryTermName` | `string` |
| `DueAmount` | `number` |
| `FreightNumber` | `number` |
| `FreightType` | `string` |
| `InquiryJobNo` | `string` |
| `InvoiceAddress` | `string` |
| `InvoiceItems` | `any[]` |
| `ModificationDate` | `Date` |
| `Note` | `string` |
| `ObjectState` | `number` |
| `PaidAmount` | `number` |
| `PaymentDueDate` | `Date` |
| `ShipmentDate` | `Date` |
| `InvoiceStatusID` | `number` |
| `InvoiceStatusName` | `string` |
| `TotalAmount` | `number` |
| `Type` | `number` |
| `VendorOrderNumber` | `string` |

## Used by

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

### Imported by (2)

- `InvoicesListComponent` — `Pams/Web/Pams.Web/Client/app/components/invoices/invoices-list/invoices-list.component.ts`:1
- `InvoicesService` — `Pams/Web/Pams.Web/Client/app/services/invoices/invoices.service.ts`:1
