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

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