vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface Country

    interface Country {
        active: boolean;
        integrationValue: string;
        isoCode: string;
        label: string;
        orgDefault: boolean;
        standard: boolean;
        states?: State[];
        visible: boolean;
    }
    Index

    Properties

    active: boolean
    integrationValue: string
    isoCode: string
    label: string
    orgDefault: boolean
    standard: boolean
    states?: State[]
    visible: boolean