open-nav
    Preparing search index...

    Interface SerializeOptions

    interface SerializeOptions {
        declaration?: boolean;
        indent?: string | false;
    }

    Hierarchy (View Summary)

    Index
    declaration?: boolean

    Emit the XML declaration. Defaults to true.

    indent?: string | false

    Indentation for pretty printing, or false for a single line.

    Defaults to false: these documents go over the wire, and for manageInvoice the invoice payload is hashed and base64 encoded, so there is nothing to be gained from whitespace. Pass '\t' or two spaces when a human has to read the result.