open-nav
    Preparing search index...

    Interface BuildStornoOptions

    interface BuildStornoOptions {
        invoiceNumber: string;
        issueDate?: string;
        modificationIndex?: number;
    }
    Index
    invoiceNumber: string

    Number of the storno invoice itself (distinct from the original).

    issueDate?: string

    Issue date of the storno; defaults to the original's.

    modificationIndex?: number

    Position of this modification in the chain. Defaults to 1.