@cfxlabsinc/b2b-services
    Preparing search index...

    Admin-tier projection of a bank row. id is the bank slug (externalId in the DB) — banks are referenced by slug everywhere on service surfaces.

    type Bank = {
        createdAt: Temporal.Instant;
        description: string | null;
        fdicCert: string | null;
        id: BankId;
        name: string;
        routingNumber: string | null;
        updatedAt: Temporal.Instant;
    }
    Index

    Properties

    createdAt: Temporal.Instant
    description: string | null
    fdicCert: string | null
    id: BankId
    name: string
    routingNumber: string | null
    updatedAt: Temporal.Instant