# BranchNetProfit

**Kind:** Class

**Source:** `Frontend/src/app/models/common/booking-target.model.ts` (line 258)

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

## Properties

| Property | Type |
|---|---|
| `BranchName` | `string` |
| `CurrencyCode` | `string` |
| `CompanyBranchId` | `number` |
| `CurrencySymbol` | `string` |
| `TotalSales` | `number` |
| `TotalBudget` | `number` |
| `NetProfit` | `number` |
| `EBIT` | `number` |
| `NetProfitDetails` | `NetProfit[]` |
| `_isOpened` | `boolean` |
