nationid - v2.2.1
    Preparing search index...

    Variable caBundleConst

    caBundle: {
        country: "CA";
        defaultPersonal: "CA_SIN";
        defaultTax: "CA_BN";
        personal: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
        tax: readonly [
            DocumentSpec<DocumentTypeCode>,
            DocumentSpec<DocumentTypeCode>,
        ];
    } = ...

    Canada (CA) document bundle for orchestrator registration.

    Type Declaration