Type alias SwitchInvoiceOptions

SwitchInvoiceOptions: {
    invoice: IInvoice;
    source_section_item: ISectionItem;
    target_section_item: ISectionItem;
}

Type declaration

Generated using TypeDoc