# AccountsLookupWithData

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Address` | `string` |
| `City` | `string` |
| `Country` | `string` |
| `Email` | `string` |
| `FullName` | `string` |
| `ID` | `number` |
| `IsClient` | `boolean` |
| `IsPrincipal` | `boolean` |
| `IsSubsupplier` | `boolean` |
| `Name` | `string` |

## Used by

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

### Imported by (38)

- `MrqDetailsComponent` — `Frontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts`:1
- `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
- `ManageAccountsComponent` — `Frontend/src/app/components/configuration/manage-accounts/manage-accounts.component.ts`:1
- `ProductsDetailsComponent` — `Frontend/src/app/components/configuration/products/products-details/products-details.component.ts`:1
- `InvoiceDetailsComponent` — `Frontend/src/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `LettersOfGuarantiesDetailsComponent` — `Frontend/src/app/components/letters-of-guaranties/letters-of-guaranties-details/letters-of-guaranties-details.component.ts`:1
- `ProcurementDetailsComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts`:1

…and 30 more.
