ach-node-sdk
    Preparing search index...

    Interface ModelFile

    ModelFile

    interface ModelFile {
        batches?: Batch[];
        fileADVControl?: ADVFileControl;
        fileControl: FileControl;
        fileHeader: FileHeader;
        IATBatches?: IATBatch[];
        id?: string;
        NotificationOfChange?: Batch[] | null;
        ReturnEntries?: Batch[] | null;
        validateOpts?: ValidateOpts;
    }
    Index
    batches?: Batch[]

    ModelFile

    fileADVControl?: ADVFileControl

    ModelFile

    fileControl: FileControl

    ModelFile

    fileHeader: FileHeader

    ModelFile

    IATBatches?: IATBatch[]

    ModelFile

    id?: string

    File ID

    ModelFile

    NotificationOfChange?: Batch[] | null

    ModelFile

    ReturnEntries?: Batch[] | null

    ModelFile

    validateOpts?: ValidateOpts

    ModelFile