Skip to content

AccountModel

reference
1 min readUpdated

Kind: Class

Source: Frontend/src/app/models/person/accounts.model.ts (line 38)

Part of: Frontend

Properties

PropertyType
PrimaryIDnumber
UserIDnumber
CompanyBranchIDnumber
AccountCurrencyCodestring
ClientVendorTypeIDnumber
AccountTypeIDnumber
IsClientboolean
IsPrincipalboolean
IsSubSupplierboolean
Namestring
FullNamestring
ModificationDateDate
Vatstring
IsActiveboolean
Emailstring
ImgPathstring
LogoIdstring
ContractualInfoSupplierContractualInfo
MarketSegmentIDnumber
MarketSegmentIDsnumber[]
AddressesAddress[]
ContactInfoListArray<ContactInfo>
ContactPersonListArray<ContactPersons>
registrationDataClientSupplierRegistration[]
Selectedboolean
CommentsComment[]
AccountManagerIdnumber

Used by

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

Imported by (10)

  • BlogsComponentFrontend/src/app/components/blogs/blogs.component.ts:1
  • UsersLayoutsListComponentFrontend/src/app/components/configuration/default-layouts/users-layouts-list/users-layouts-list.component.ts:1
  • AccountDetailsComponentFrontend/src/app/components/market/account-details/account-details.component.ts:1
  • DeliveriesOrdersComponentFrontend/src/app/components/sales/deliveries-orders/deliveries-orders.component.ts:1
  • NewJobComponentFrontend/src/app/components/sales/new-job/new-job.component.ts:1
  • OfferPanelDetailsComponentFrontend/src/app/components/sales/new-job/offer-panel-details/offer-panel-details.component.ts:1
  • OrderPanelDetailsComponentFrontend/src/app/components/sales/new-job/order-panel-details/order-panel-details.component.ts:1
  • JobsListComponentFrontend/src/app/components/sales/new-job-view/jobs-list.component.ts:1

…and 2 more.

Was this page helpful?

Download as PDF