# SalaryForBonusBranches

**Kind:** Class

**Source:** `Frontend/src/app/models/common/generate-bounces.ts` (line 151)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `BranchId` | `number` |
| `BranchName` | `string` |
| `BranchTargetId` | `number` |
| `CurrentYear` | `number` |
| `TeamName` | `string` |
| `TeamId` | `number` |
| `TeamTypeId` | `number` |
| `TeamTotalSalary` | `number` |
| `_TeamTotalSalaryShare` | `number` |
| `TeamTotalSalaryUsage` | `number` |
| `ReferenceCurrencySymbol` | `string` |
| `ReferenceCurrencyCode` | `string` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `CurrencyRate` | `number` |
| `BranchUsage` | `SalaryUsage[]` |

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

- `SalariesBranchesComponent` — `Frontend/src/app/components/configuration/generate-bounces/salaries-branches/salaries-branches.component.ts`:1
- `GenerateBouncesService` — `Frontend/src/app/services/configurations/generate-bounces.service.ts`:1
