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

    Interface OrgInfoResult

    interface OrgInfoResult {
        chargeProfileId: string;
        conversationId: string;
        detailedMessage: string;
        organizationName: string;
        organizationShortCode: string;
        responseCode: string;
        responseMessage: string;
        success: boolean;
    }
    Index

    Properties

    chargeProfileId: string
    conversationId: string
    detailedMessage: string
    organizationName: string
    organizationShortCode: string
    responseCode: string

    Raw — '4000' (per sample) or '0' (per table); unconfirmed, see file docs.

    responseMessage: string
    success: boolean

    True when ResponseMessage === 'Success' and an OrganizationName is present.