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

    Interface ServicePhoneNumber

    interface ServicePhoneNumber {
        permissions?: string;
        phoneNumber?: string;
        projectId?: string;
        serviceId?: string;
    }
    Index

    Properties

    permissions?: string

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

    phoneNumber?: string

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

    projectId?: string

    The Id of the project associated with the call.

    serviceId?: string

    ID of the fax service used.