Business rules

Interface IItem

Index

Properties

Properties

public Quantity: number

Quantity or hours of work.

optional public SubTotal?: number

Price = Quantity * unit price

public UnitPrice: number

Unit price.

public Work: string

Description of work.