Kind: Class
Source: Frontend/src/app/models/purchasing/purchasing.ts (line 274)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CancelReason | number |
CancelDate | Date |
CancelComment | string |
CancelReasonName | string |
CreatedById | number |
CancelFees | number |
_isCancelFees | boolean |
_isLastItemActive | boolean |
_isLastContainerActive | boolean |
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)
PurchasingDetailsComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts:1PurchasingService—Frontend/src/app/services/purchasing/purchasing.service.ts:1
Was this page helpful?