Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/person/accounts.model.ts (line 38)
Part of: Pams
Properties
| Property | Type |
|---|---|
PrimaryID | number |
UserID | number |
CompanyBranchID | number |
AccountCurrencyCode | string |
ClientVendorTypeID | number |
AccountTypeID | number |
IsClient | boolean |
IsPrincipal | boolean |
IsSubSupplier | boolean |
Name | string |
FullName | string |
ModificationDate | Date |
Vat | string |
IsActive | boolean |
Email | string |
ImgPath | string |
LogoId | string |
ContractualInfo | SupplierContractualInfo |
MarketSegmentID | number |
MarketSegmentIDs | number[] |
Addresses | Address[] |
ContactInfoList | Array<ContactInfo> |
ContactPersonList | Array<ContactPersons> |
registrationData | ClientSupplierRegistration[] |
Selected | boolean |
Comments | Comment[] |
AccountManagerId | number |
Used by
6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (6)
BlogsComponent—Pams/Web/Pams.Web/Client/app/components/blogs/blogs.component.ts:1UsersLayoutsListComponent—Pams/Web/Pams.Web/Client/app/components/configuration/default-layouts/users-layouts-list/users-layouts-list.component.ts:1AccountDetailsComponent—Pams/Web/Pams.Web/Client/app/components/market/account-details/account-details.component.ts:1DeliveriesOrdersComponent—Pams/Web/Pams.Web/Client/app/components/sales/deliveries-orders/deliveries-orders.component.ts:1NewJobComponent—Pams/Web/Pams.Web/Client/app/components/sales/new-job/new-job.component.ts:1JobsListComponent—Pams/Web/Pams.Web/Client/app/components/sales/new-job-view/jobs-list.component.ts:1
Was this page helpful?