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

    Interface ActiveNumber

    The phone number that has been rented by a customer and assigned to a project.

    interface ActiveNumber {
        callbackUrl?: string;
        capability?: string[];
        displayName?: string;
        expireAt?: Date;
        money?: Numbers.Money;
        nextChargeDate?: Date;
        paymentIntervalMonths?: number;
        phoneNumber?: string;
        projectId?: string;
        regionCode?: string;
        smsConfiguration?: SMSConfigurationResponse;
        type?: string;
        voiceConfiguration?: VoiceConfigurationResponse;
    }
    Index

    Properties

    callbackUrl?: string

    The active number's callback URL to be called for provisioning / deprovisioning updates

    capability?: string[]

    The capability of the number.

    displayName?: string

    User supplied name for the phone number.

    expireAt?: Date

    The timestamp when the subscription will expire if an expiration date has been set.

    money?: Numbers.Money

    Money

    nextChargeDate?: Date

    The date of the next charge.

    paymentIntervalMonths?: number

    How often the recurring price is charged in months.

    phoneNumber?: string

    The phone number in <a href="https://community.sinch.com/t5/Glossary/E-164/ta-p/7537\" target="_blank">E.164 format with leading +. Example: +12025550134.

    projectId?: string

    Project ID. Your project ID can be found on your <a href="https://dashboard.sinch.com/settings/project-management\" target="_blank">Sinch Customer Dashboard.

    regionCode?: string

    ISO 3166-1 alpha-2 country code of the phone number. Example US, GB or SE.

    smsConfiguration?: SMSConfigurationResponse

    SMSConfiguration

    type?: string

    The number type.

    voiceConfiguration?: VoiceConfigurationResponse

    VoiceConfiguration