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

    Interface PullQueryInput

    interface PullQueryInput {
        endDate: string;
        offset?: number;
        startDate: string;
    }
    Index

    Properties

    endDate: string
    offset?: number

    Pagination offset. Default 0.

    startDate: string

    YYYY-MM-DD HH:mm:ss (EAT).