NetSuite FastTrack Toolkit (NFT) - v8.0.0
    Preparing search index...

    Interface Country

    interface Country {
        edition: string;
        id: string;
        name: string;
        uniquekey: number;
    }
    Index

    Properties

    edition: string

    which edition of NetSuite this country belongs to?

    id: string

    Country code (abbreviation) - used as unique key for addresses

    name: string

    Country full name

    uniquekey: number

    country numeric primary key