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

    Interface State

    Geographic state information

    interface State {
        country: string;
        fullname: string;
        id: number;
        shortname: string;
    }
    Index

    Properties

    country: string

    foreign key linking to Country.id

    fullname: string

    long name of the state

    id: number

    primary key

    shortname: string

    State abbreviation, if any.