ach-node-sdk
    Preparing search index...

    Interface CreateFile

    `batches` OR IATBatches is required

    CreateFile

    interface CreateFile {
        advBatchControl?: ADVBatchControl;
        advEntryDetails?: ADVEntryDetail[];
        batches: Batch[];
        fileControl?: FileControl;
        fileHeader: FileHeader;
        IATBatches: IATBatch[];
        id?: string;
    }
    Index
    advBatchControl?: ADVBatchControl

    CreateFile

    advEntryDetails?: ADVEntryDetail[]

    CreateFile

    batches: Batch[]

    CreateFile

    fileControl?: FileControl

    CreateFile

    fileHeader: FileHeader

    CreateFile

    IATBatches: IATBatch[]

    CreateFile

    id?: string

    File ID

    CreateFile