@cfxlabsinc/b2b-services
    Preparing search index...
    interface AchFile {
        bucketName: string;
        bucketPath: string;
        createdAt: Date;
        fileName: string;
        id: string;
        status: "CREATED" | "SUBMITTED" | "ARCHIVED";
        type: "WITHDRAWAL" | "DEPOSIT";
        updatedAt: Date;
    }
    Index

    Properties

    bucketName: string
    bucketPath: string
    createdAt: Date
    fileName: string
    id: string
    status: "CREATED" | "SUBMITTED" | "ARCHIVED"
    type: "WITHDRAWAL" | "DEPOSIT"
    updatedAt: Date