Mayson Monorepo Documentation
    Preparing search index...
    interface FromInvoice {
        action: "revision";
        invoice: string;
    }
    Index

    Properties

    Properties

    action: "revision"

    The relation between the new invoice and the original invoice. Currently, only 'revision' is permitted

    invoice: string

    The id of the invoice that will be cloned.