# Currency

**Kind:** Class

**Source:** `Frontend/src/app/models/common/currency.model.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `CurrencyCode` | `string` |
| `Name` | `string` |
| `Symbol` | `string` |

## Used by

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

### Imported by (6)

- `CompanyCurrencyComponent` — `Frontend/src/app/components/configuration/commercial/company-currency/company-currency.component.ts`:1
- `BranchDetailsComponent` — `Frontend/src/app/components/configuration/company/main-branch/branch-details.component.ts`:1
- `CurrencyRate` — `Frontend/src/app/components/payments/payment-details/payment-details.component.ts`:1
- `RegisterComponent` — `Frontend/src/app/components/security/register/register.component.ts`:1
- `CurrencyPickerComponent` — `Frontend/src/app/components/shared/currency-picker/currency-picker.component.ts`:1
- `CurrencyService` — `Frontend/src/app/services/common/currency.service.ts`:1
