export interface LineItemReturnInfo { QuantityToReturn?: number; ReturnReason?: string; Comment?: string; Resolved?: boolean; }