Type alias VoidInvoiceOptions

VoidInvoiceOptions: {
    invoice: IInvoice;
    print_jobs?: IPrintJob[];
    till: ITill;
}

Type declaration

Generated using TypeDoc