# AccountModel

**Kind:** Class

**Source:** `Outlook_plugin/src/account/account.model.ts` (line 1)

**Part of:** [Outlook Plugin](subsystem-outlook-plugin)

## 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` | `any[]` |
| `ContactPersonList` | `any[]` |
| `registrationData` | `any[]` |
| `Selected` | `boolean` |
| `Comments` | `any[]` |
| `AccountManagerId` | `number` |

## Used by

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

### Imported by (2)

- `Account` — `Outlook_plugin/src/account/account.service.ts`:1
- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
