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

    Interface CodeClassificationFields

    Optional, additive fields parsers layer onto a result when the code is catalogued. resultCode/resultDesc/success are never replaced — these only ADD a human meaning + retry/terminal hints.

    interface CodeClassificationFields {
        catalogued?: boolean;
        meaning?: string;
        retriable?: boolean;
        terminal?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    catalogued?: boolean

    True when the (scope, resultCode) pair is in the proven catalog.

    meaning?: string

    Catalogued, actionable meaning (or Safaricom's text); undefined if unproven.

    retriable?: boolean
    terminal?: boolean