# AccountModel

**Kind:** Class

**Source:** `Frontend/src/app/models/person/accounts.model.ts` (line 38)

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

## Properties

| Property | Type |
|---|---|
| `PrimaryID` | `number` |
| `UserID` | `number` |
| `CompanyBranchID` | `number` |
| `AccountCurrencyCode` | `string` |
| `ClientVendorTypeID` | `number` |
| `AccountTypeID` | `number` |
| `IsClient` | `boolean` |
| `IsPrincipal` | `boolean` |
| `IsSubSupplier` | `boolean` |
| `Name` | `string` |
| `FullName` | `string` |
| `ModificationDate` | `Date` |
| `Vat` | `string` |
| `IsActive` | `boolean` |
| `Email` | `string` |
| `ImgPath` | `string` |
| `LogoId` | `string` |
| `ContractualInfo` | `SupplierContractualInfo` |
| `MarketSegmentID` | `number` |
| `MarketSegmentIDs` | `number[]` |
| `Addresses` | `Address[]` |
| `ContactInfoList` | `Array<ContactInfo>` |
| `ContactPersonList` | `Array<ContactPersons>` |
| `registrationData` | `ClientSupplierRegistration[]` |
| `Selected` | `boolean` |
| `Comments` | `Comment[]` |
| `AccountManagerId` | `number` |

## Used by

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

### Imported by (10)

- `BlogsComponent` — `Frontend/src/app/components/blogs/blogs.component.ts`:1
- `UsersLayoutsListComponent` — `Frontend/src/app/components/configuration/default-layouts/users-layouts-list/users-layouts-list.component.ts`:1
- `AccountDetailsComponent` — `Frontend/src/app/components/market/account-details/account-details.component.ts`:1
- `DeliveriesOrdersComponent` — `Frontend/src/app/components/sales/deliveries-orders/deliveries-orders.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `OfferPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/offer-panel-details/offer-panel-details.component.ts`:1
- `OrderPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/order-panel-details/order-panel-details.component.ts`:1
- `JobsListComponent` — `Frontend/src/app/components/sales/new-job-view/jobs-list.component.ts`:1

…and 2 more.
