# AccountContractDetails

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `AccountContractId` | `number` |
| `CompanyBranchId` | `number` |
| `AccountId` | `number` |
| `ProductTypeId` | `number` |
| `CommissionType` | `number` |
| `CommissionPercent` | `number` |
| `CurrencyCode` | `string` |
| `AccountDecreasedCommissions` | `AccountDecreasedCommission[]` |
| `_ProductTypeName` | `string` |

## Used by

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

### Imported by (3)

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