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

    Interface NumberInformation

    interface NumberInformation {
        applicationkey?: string;
        capability?: string;
        number?: string;
    }
    Index

    Properties

    applicationkey?: string

    Indicates the application where the number(s) will be assigned. If no number is assigned the applicationkey will not be returned.

    capability?: string

    indicates the DID capability that needs to be assigned to the chosen application. Valid values are 'voice' and 'sms'. Please note that the DID needs to support the selected capability.

    number?: string

    Numbers that you own in E.164 format.