# AccountsLookupWithData

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/person/accounts.model.ts` (line 26)

**Part of:** [Pams](subsystem-pams)

## 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

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

### Imported by (7)

- `BlogsComponent` — `Pams/Web/Pams.Web/Client/app/components/blogs/blogs.component.ts`:1
- `UsersLayoutsListComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/default-layouts/users-layouts-list/users-layouts-list.component.ts`:1
- `InvoiceDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `DeliveriesOrdersComponent` — `Pams/Web/Pams.Web/Client/app/components/sales/deliveries-orders/deliveries-orders.component.ts`:1
- `NewJobComponent` — `Pams/Web/Pams.Web/Client/app/components/sales/new-job/new-job.component.ts`:1
- `JobsListComponent` — `Pams/Web/Pams.Web/Client/app/components/sales/new-job-view/jobs-list.component.ts`:1
- `AccountsService` — `Pams/Web/Pams.Web/Client/app/services/person/accounts.service.ts`:1
