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

    Interface CallBlockingRule

    interface CallBlockingRule {
        calleeCountry?: string;
        calleeMatch?: string;
        callerCountry?: string;
        callerMatch?: string;
        createTime?: Date;
        direction: string;
        id: string;
        name?: string;
        projectId?: string;
        updateTime?: Date;
    }
    Index

    Properties

    calleeCountry?: string

    The country code of the outbound call.

    calleeMatch?: string

    Use this field to match the prefixes of an outbound call's phone number.

    callerCountry?: string

    The country code of the inbound call.

    callerMatch?: string

    Use this field to match the prefixes of an inbound call's phone number.

    createTime?: Date

    The date and time that the call blocking rule was created.

    direction: string

    The direction of the call blocking rule. Can be either INBOUND or OUTBOUND.

    id: string

    The ID of the call blocking rule.

    name?: string

    The name for the call blocking rule.

    projectId?: string

    The ID of the account.

    updateTime?: Date

    The date and time that the call blocking rule was last modified.