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

    Interface RedeemAck

    interface RedeemAck {
        customerMessage: string;
        requestRefId: string;
        responseCode: string;
        responseMessage: string;
        success: boolean;
    }
    Index

    Properties

    customerMessage: string
    requestRefId: string
    responseCode: string
    responseMessage: string
    success: boolean