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

    Interface CalculatePointsResult

    interface CalculatePointsResult {
        amount: string;
        points: string;
        rate: string;
        requestRefId: string;
        responseCode: string;
        responseMessage: string;
        success: boolean;
    }
    Index

    Properties

    amount: string
    points: string
    rate: string
    requestRefId: string
    responseCode: string
    responseMessage: string
    success: boolean