@kepas/daraja-js
    Preparing search index...

    Interface SendBulkInvoicesInput

    interface SendBulkInvoicesInput {
        appKey?: string;
        invoices: Invoice[];
    }
    Index

    Properties

    Properties

    appKey?: string
    invoices: Invoice[]