Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/sales/new-job/job.model.ts (line 509)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
CompanyBranchId | number |
OfferId | number |
OrderId | number |
Action | string |
InstallentAmount | number |
InstallentPercent | number |
DisplayOrder | number |
IncludeTax | boolean |
CreatedById | number |
LastModifiedById | number |
CreatedAt | Date |
LastModificationDate | Date |
PaymentMilestoneTypeId | number |
RelatedInvoiceStatusId | number |
_InvoiceValue | number |
_IntallmentTaxAmount | number |
_DownpaymentAmount | number |
_InstallmentPayableAmount | number |
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)
PaymentMilestoneComponent—Pams/Web/Pams.Web/Client/app/components/sales/new-job/payment-milestone/payment-milestone.component.ts:1PurchasingJobStageEnum—Pams/Web/Pams.Web/Client/app/models/purchasing/purchasing.ts:5
Was this page helpful?