# Country

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `CountryCode` | `string` |
| `Name` | `string` |

## Used by

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

### Imported by (18)

- `NewBranchComponent` — `Frontend/src/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `WarehouseConfigDetailsComponent` — `Frontend/src/app/components/configuration/company/warehouse/warehouse-config-details/warehouse-config-details.component.ts`:1
- `ProductsDetailsComponent` — `Frontend/src/app/components/configuration/products/products-details/products-details.component.ts`:1
- `AccountDetailsComponent` — `Frontend/src/app/components/market/account-details/account-details.component.ts`:1
- `OrderPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/order-panel-details/order-panel-details.component.ts`:1
- `AddressComponent` — `Frontend/src/app/components/shared/address/address.component.ts`:1
- `DeliveryNoteDetailsComponent` — `Frontend/src/app/components/warehouse/delivery-note-details/delivery-note-details.component.ts`:1
- `ExtrServiceDetailsComponent` — `Frontend/src/app/components/warehouse/extr-service-details/extr-service-details.component.ts`:1

…and 10 more.
