@seven.io/client
    Preparing search index...

    Type Alias DtmfPayload

    type DtmfPayload = {
        data: {
            callerId: string;
            dtmf_digit: number;
            duration: number;
            id: number;
            pricePerMinute: number;
            recipient: string;
            status: "completed" | string;
            system: string;
            timestamp: number;
            total_price: number;
        };
        webhook_event: "voice_dtmf";
        webhook_timestamp: string;
    }
    Index

    Properties

    data: {
        callerId: string;
        dtmf_digit: number;
        duration: number;
        id: number;
        pricePerMinute: number;
        recipient: string;
        status: "completed" | string;
        system: string;
        timestamp: number;
        total_price: number;
    }
    webhook_event: "voice_dtmf"
    webhook_timestamp: string