@cfxlabsinc/b2b-services
    Preparing search index...
    interface AchBatch {
        achFileId?: string;
        createdAt: Date;
        customerId: string;
        id: string;
        recordCount: number;
        redemptionId?: string;
        status: "CREATED" | "PROCESSING" | "PROCESSED" | "DELETED";
        totalAmount: BigNumber;
        type: "WITHDRAWAL" | "DEPOSIT";
        updatedAt: Date;
    }
    Index

    Properties

    achFileId?: string
    createdAt: Date
    customerId: string
    id: string
    recordCount: number

    Count of attached deposits / withdrawals (status-filtered to active rows).

    redemptionId?: string
    status: "CREATED" | "PROCESSING" | "PROCESSED" | "DELETED"
    totalAmount: BigNumber

    Total amount of attached deposits / withdrawals, in source currency.

    type: "WITHDRAWAL" | "DEPOSIT"
    updatedAt: Date