# AccountContructData

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `AccountId` | `number` |
| `ExpiryDate` | `Date` |
| `CancellationPeriod` | `number` |
| `CancellationPeriodType` | `number` |
| `CompanyBranchId` | `number` |
| `PaymentMilestoneTypeId` | `number` |
| `Countries` | `AccountContractCountry[]` |
| `Clients` | `AccountContractClient[]` |
| `MarketSegments` | `AccountContractMarketSigment[]` |
| `AccountContractDetails` | `AccountContractDetails[]` |

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

- `AccountDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/market/account-details/account-details.component.ts`:1
- `AccountsService` — `Pams/Web/Pams.Web/Client/app/services/person/accounts.service.ts`:1
