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

    Interface AvailableNumber

    The phone numbers that are available to be rented in the <a href="https://dashboard.sinch.com/numbers/buy-numbers\" target="_blank">Sinch Customer Dashboard or via the public numbers API.

    interface AvailableNumber {
        capability?: string[];
        monthlyPrice?: Numbers.Money;
        paymentIntervalMonths?: number;
        phoneNumber?: string;
        regionCode?: string;
        setupPrice?: Numbers.Money;
        supportingDocumentationRequired?: boolean;
        type?: string;
    }
    Index

    Properties

    capability?: string[]

    The capability of the number.

    monthlyPrice?: Numbers.Money

    Money

    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.

    regionCode?: string

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

    setupPrice?: Numbers.Money

    Money

    supportingDocumentationRequired?: boolean

    Whether or not supplementary documentation will be required to complete the number rental.

    type?: string

    The number type.