# Address

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `AddressID` | `number` |
| `AddressLine` | `string` |
| `CountryCode` | `string` |
| `CountryName` | `string` |
| `Destination` | `string` |
| `City` | `string` |
| `State` | `string` |
| `PostalCode` | `string` |
| `ZipCode` | `string` |
| `RowGuid` | `string` |
| `AddressTypeID` | `number` |
| `GovernateID` | `number` |
| `HasMarker` | `boolean` |
| `latitude` | `number` |
| `longitude` | `number` |
| `RelatedToID` | `number` |
| `RelatedTypeID` | `number` |
| `_RelatedToName` | `string` |
