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

    Interface NumberWithPermissions

    A phone number and its permissions.

    interface NumberWithPermissions {
        number?: string;
        permissions?: string;
    }
    Index

    Properties

    number?: string

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

    permissions?: string

    Allows you to set permissions for sending and receiving faxes to this email/phone number combination. Default value is both.