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

    The reward program's identifying metadata (no funding) — the base half of an AdminRewardProgram list/detail row.

    type RewardProgram = {
        automationCount: number;
        createdAt: Date;
        customerId: string;
        customerName: string | null;
        id: string;
        ledgerAccountId: string | null;
        updatedAt: Date;
    }
    Index
    automationCount: number

    Count of the customer's configured reward event automations.

    createdAt: Date
    customerId: string

    Owning customer's external id.

    customerName: string | null

    Owning customer's name; null when unnamed.

    id: string

    reward_program.externalId (rewprog_…).

    ledgerAccountId: string | null

    Pool ledger_account external id; null until the program is provisioned.

    updatedAt: Date