# Ticket

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/blogs/blogs.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `UserName` | `string` |
| `TicketNo` | `string` |
| `Id` | `number` |
| `UserId` | `number` |
| `BranchId` | `number` |
| `ModuleId` | `number` |
| `TicketPriority` | `number` |
| `TicketStatusId` | `number` |
| `TicketTypeId` | `number` |
| `TicketTitle` | `string` |
| `TicketContent` | `string` |
| `TicketUrl` | `string` |
| `DeviceDetail` | `string` |
| `UserEmail` | `string` |
| `ExpectedDeliveryDate` | `Date` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `ResponsibleId` | `number` |
| `ExpectedWorkingDays` | `number` |
| `TicketReplies` | `IssueReply[]` |
| `TicketAttachments` | `IssueAttachment[]` |
| `LinkedTickets` | `RelatedTickets[]` |

## Used by

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

### Imported by (3)

- `BlogPopupComponent` — `Pams/Web/Pams.Web/Client/app/components/blogs/blog-popup/blog-popup.component.ts`:1
- `BlogsDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/blogs/blogs-details/blogs-details.component.ts`:1
- `BlogsService` — `Pams/Web/Pams.Web/Client/app/components/blogs/blogs.service.ts`:1
