Type Alias IPurchaseOrderLine
IPurchaseOrderLine: {
BUYER_NAME: string | null;
DEMAND_OPERATION_NO: string | null;
DEMAND_ORDER_NO: string | null;
LINE_NO: string;
ORDER_NO: string;
PART_NO: string | null;
PO_SUPPLIER_NAME: string;
POL_STATE: string;
PROJECT_ID: string | null;
PROMISED_DD: string | null;
RELEASE_NO: string;
REQUISITION_NO: string | null;
VENDOR_NO: string;
}
Type declaration
BUYER_NAME: string | null
DEMAND_OPERATION_NO: string | null
DEMAND_ORDER_NO: string | null
LINE_NO: string
ORDER_NO: string
PART_NO: string | null
PO_SUPPLIER_NAME: string
POL_STATE: string
PROJECT_ID: string | null
PROMISED_DD: string | null
RELEASE_NO: string
REQUISITION_NO: string | null
VENDOR_NO: string