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

    Properties

    achFileId?: string
    createdAt: Date
    customerId: string
    id: string
    redemptionId?: string
    status: "CREATED" | "PROCESSING" | "PROCESSED"
    type: "WITHDRAWAL" | "DEPOSIT"
    updatedAt: Date