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

    Interface CountryPermission

    With country permissions you can control which countries can be dialed from your account. For beta only, countries supported are US,CA and * if you would like to allow international dialing.

    interface CountryPermission {
        continent?: string;
        countryDialingCodes?: string[];
        enabled: boolean;
        isoCode?: string;
        name?: string;
    }
    Index

    Properties

    continent?: string

    Continent of the country

    countryDialingCodes?: string[]

    The country calling codes as an array, most countries have only one but some have multiple like the San Marino, China, and a few others.

    enabled: boolean

    If the country is enabled or not. When this is enabled regular numbers can be dialed from the account.

    isoCode?: string

    The ISO code of the country

    name?: string

    Country name in english