• Retrieves the given country by NS internal id via the static countryMapping list. Note that this is an exception to most Netsuite records that use a numeric integer key identifier.

    See

    countryMapping

    Parameters

    • id: string

      country internal id - which is the country code e.g. ('US', 'HK'). This is the id required for Address records.

    Returns undefined | Country

Generated using TypeDoc