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

    Interface CallBlockingRuleRequest

    interface CallBlockingRuleRequest {
        calleeCountry?: string;
        calleeMatch?: string;
        callerCountry?: string;
        callerMatch?: string;
        direction: string;
        name?: string;
    }
    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.

    direction: string

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

    name?: string

    The name for the call blocking rule.