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

    Interface AvailableRegion

    A region for which numbers are provided.

    interface AvailableRegion {
        regionCode?: string;
        regionName?: string;
        types?: string[];
    }
    Index

    Properties

    regionCode?: string

    ISO 3166-1 alpha-2 region code. Examples: US, GB or SE.

    regionName?: string

    Display name of the region. Examples: United States, United Kingdom or Sweden.

    types?: string[]

    A list of the different number types available. Examples: MOBILE or LOCAL.