/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type ORDERCANCELEDBYSYSTEMREQUEST = {
    orderId: string;
    orderStatus: string;
    webhookType: string;
    customerRefId: string;
    actionBy: string;
    batch: boolean;
};

