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

    Interface PhoneNumber

    A Sinch phone number assigned to a SIP trunk. This must be a number you own and configured for Elastic SIP Trunking.

    interface PhoneNumber {
        countryCode?: string;
        createTime?: Date;
        id?: string;
        phoneNumber?: string;
        sipTrunkId?: string;
        updateTime?: Date;
    }
    Index

    Properties

    countryCode?: string

    The country code of the phone number in ISO 3166-1 alpha-2 format.

    createTime?: Date

    The date and time that the number was assigned to the SIP trunk.

    id?: string

    The ID of the phone number.

    phoneNumber?: string

    A phone number in E.164 format, including the leading '+'.

    sipTrunkId?: string

    The ID of the SIP trunk to which the phone number is assigned.

    updateTime?: Date

    The date and time that the phone number was last modified.