@cfxlabsinc/b2b-services
    Preparing search index...
    type VictorAccount = {
        accountNumber: string;
        createdAt: Date;
        customerId: string | null;
        deletedAt: Date | null;
        id: string;
        name: string;
        routingNumber: string;
        type: VictorAccountType;
        updatedAt: Date;
        victorAchCompanyId: string | null;
        victorAchCompanyName: string | null;
        victorId: string;
        victorLedgerProgramId: string | null;
    }
    Index

    Properties

    accountNumber: string
    createdAt: Date
    customerId: string | null

    External customer id, or null for CFX-global / master pooled accounts.

    deletedAt: Date | null
    id: string
    name: string
    routingNumber: string
    updatedAt: Date
    victorAchCompanyId: string | null
    victorAchCompanyName: string | null
    victorId: string
    victorLedgerProgramId: string | null