# Deduction

**Kind:** Class

**Source:** `Frontend/src/app/models/invoices/invoices.model.ts` (line 283)

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

## Properties

| Property | Type |
|---|---|
| `DeductionID` | `number` |
| `InvoiceID` | `number` |
| `ReasonID` | `number` |
| `DeductionReasonName` | `string` |
| `Comment` | `string` |
| `Amount` | `number` |
| `ObjectState` | `number` |
| `OldAmount` | `number` |
| `CurrencyCode` | `string` |

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

- `DeductionTableComponent` — `Frontend/src/app/components/invoices/deduction-table/deduction-table.component.ts`:1
- `InvoiceDetailsComponent` — `Frontend/src/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `InvoicesService` — `Frontend/src/app/services/invoices/invoices.service.ts`:1
