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.
26 lines
768 B
TypeScript
26 lines
768 B
TypeScript
export class PoHeaderNotificationBodyItems {
|
|
public PO_NUMBER: string;
|
|
public VENDOR_SITE_CODE: string;
|
|
public BUYER: string;
|
|
public SHIP_TO_LOCATION_NAME: string;
|
|
public QUOTATION_DATE: string;
|
|
public COMMENTS: string;
|
|
public GROSS_AMOUNT: number;
|
|
public TOTAL_PO_DISCOUNT: number;
|
|
public CUSTOM_DUTY: number;
|
|
public THER_CHARGES: number;
|
|
public LOC_CUR: string;
|
|
public TOT_PO_AMT_WORD: string;
|
|
public VENDOR_NAME: string;
|
|
public PREPARER: string;
|
|
public CREATION_DATE: string;
|
|
public QUOTATION_NUMBER: string;
|
|
public PAYMENT_TERMS: string;
|
|
public CURRENCY_NAME: string;
|
|
public DISCOUNT_AMOUNT: number;
|
|
public SALES_TAX: number;
|
|
public SHIP_HANDLE: number;
|
|
public TOT_PO_AMT: number;
|
|
public LOC_CUR_TOT_PO_AMT: number;
|
|
}
|