# RegretReasonModel

**Kind:** Class

**Source:** `Frontend/src/app/models/purchasing/purchasing.ts` (line 286)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `CompanyBranchId` | `number` |
| `RegretReason` | `number` |
| `RegretDate` | `Date` |
| `RegretComment` | `string` |
| `RegretReasonName` | `string` |
| `LastModifiedById` | `number` |
| `LastModificationDate` | `Date` |
| `CreatedById` | `number` |
| `IsDeleted` | `boolean` |
| `_isLastItemActive` | `boolean` |
| `_isLastContainerActive` | `boolean` |

## 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)

- `PurchasingDetailsComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts`:1
- `PurchasingService` — `Frontend/src/app/services/purchasing/purchasing.service.ts`:1
