Kind: Class
Source: Frontend/src/app/models/person/accounts.model.ts (line 487)
Part of: Frontend
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—Frontend/src/app/components/market/account-details/account-details.component.ts:1AccountsService—Frontend/src/app/services/person/accounts.service.ts:1
Was this page helpful?