Interface STI_JobOrder

interface STI_JobOrder {
    ContractDate: Date;
    CustomerName: string;
    CustomerPONumber: string;
    Incoterms: string;
    JobOrderNo: string;
    k: string;
    LatestVievDate: Date;
    ProjectManager: string;
    ProjectName: string;
    ProjectNumber: string;
    RIBDate: Date;
    Stakeholders: string;
    Type: string;
    UTDC: Date;
    UTDV: Date;
}

Properties

ContractDate: Date
CustomerName: string
CustomerPONumber: string
Incoterms: string
JobOrderNo: string
k: string
LatestVievDate: Date
ProjectManager: string
ProjectName: string
ProjectNumber: string
RIBDate: Date
Stakeholders: string
Type: string
UTDC: Date
UTDV: Date