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

    Interface LineResponse

    interface LineResponse {
        carrier?: string;
        error?: ErrorResponse;
        mobileCountryCode?: string;
        mobileNetworkCode?: string;
        ported?: boolean;
        portingDate?: Date;
        type?: string;
    }
    Index

    Properties

    carrier?: string

    Name of the carrier.

    ErrorResponse

    mobileCountryCode?: string

    A numeric code (MCC) that uniquely identifies a country within the international telecommunications network.

    mobileNetworkCode?: string

    A distinct identifier assigned to a mobile network operator within a specific country, used in combination with MCC.

    ported?: boolean

    Indicates if a phone number has been transferred from its original network to a different provider.

    portingDate?: Date

    Specifies the date, in ISO 8601 format, when a phone number was transferred from its original network to a new provider.

    type?: string

    Number type e.g. wireless, mobile, fixed.