# Person

**Kind:** Class

**Source:** `Outlook_plugin/src/auth/auth.model.ts` (line 29)

**Part of:** [Auth](subsystem-outlook-plugin-src-auth)

## Properties

| Property | Type |
|---|---|
| `PersonID` | `number` |
| `CompanyID` | `number` |
| `CompanyBranchID` | `number` |
| `LogoId` | `string` |
| `StoreId` | `number` |
| `BranchName` | `string` |
| `Subdomain` | `string` |
| `BaseSupplier` | `number` |
| `ForecastRulePercentage` | `number` |
| `LocalVendorIds` | `number[]` |
| `BaseCurrency` | `string` |
| `SalesCurrencyCode` | `string` |
| `BaseCurrencySymbol` | `string` |
| `SalesCurrencySymbol` | `string` |
| `SendCodeBySMSToAdmin` | `boolean` |
| `SendCodeByEmailToAdmin` | `boolean` |
| `IsTwoFactorAutherizationAllowed` | `number` |
| `IsSalesApprovalAllowed` | `number` |
| `IsFinanceApprovalAllowed` | `boolean` |
| `IsPurchaseApprovalAllowed` | `boolean` |
| `IsLGApprovalAllowed` | `number` |
| `ApprovalLGById` | `number` |
| `IsUnlimitedToSalesValue` | `boolean` |
| `IsUnlimitedToPurchaseValue` | `boolean` |
| `IsUnlimitedToInvoiceValue` | `boolean` |
| `ApprovalSalesValue` | `number` |
| `ApprovalPurchaseValue` | `number` |
| `ApprovalInvoiceValue` | `number` |
| `Email` | `string` |
| `MobileNo` | `string` |
| `Position` | `string` |
| `CloudAccount` | `string` |
| `CanViewAllBranches` | `boolean` |
| `NominalMargin` | `number` |
| `NominalCommission` | `number` |
| `FixedDefaultMargin` | `number` |
| `MarginType` | `number` |
| `NotificationsCount` | `number` |
| `RemainingTrialPeriodDays` | `number` |
| `IsTrial` | `boolean` |
| `UseDemoData` | `boolean` |
| `IsAccountManager` | `null` |
| `IsAccountOwner` | `null` |
| `ComapnyCode` | `string` |
| `Title` | `string` |
| `FirstName` | `string` |
| `MiddleName` | `string` |
| `LastName` | `string` |
| `DisplayName` | `string` |
| `ProfilePhoto` | `string` |
