Mayson Monorepo Documentation
    Preparing search index...
    interface FromInvoice {
        action: string;
        invoice: string | Stripe.Invoice;
    }
    Index

    Properties

    Properties

    action: string

    The relation between this invoice and the cloned invoice

    invoice: string | Stripe.Invoice

    The invoice that was cloned.