Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface WhatsAppVerificationReportResponse

    interface WhatsAppVerificationReportResponse {
        id?: string;
        method?: "whatsapp";
        reason?: string;
        status?: string;
    }
    Index

    Properties

    id?: string

    The unique ID of the verification request.

    method?: "whatsapp"

    The method of the verification request. This will always be whatsapp.

    reason?: string

    Displays the reason why a verification has FAILED, was DENIED, or was ABORTED.

    status?: string

    The status of the verification request.