You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
391 B
TypeScript
15 lines
391 B
TypeScript
export class PoLinesNotificationBodyItems {
|
|
public LINE_NUM: number;
|
|
public ITEM_ID: number;
|
|
public ITEM_CODE: string;
|
|
public MFG: string;
|
|
public UOM: string;
|
|
public QUANTITY: number;
|
|
public PO_HEADER_ID: number;
|
|
public ITEM_DESCRIPTION: string;
|
|
public LINE_TYP: string;
|
|
public UNIT_PRICE: number;
|
|
public LINE_DISC_PERCENTAGE: number;
|
|
public PROMISED_DATE: string;
|
|
}
|