ach-node-sdk
    Preparing search index...

    Interface IATBatch

    IATBatch

    interface IATBatch {
        batchControl: BatchControl;
        IATBatchHeader: IATBatchHeader;
        IATEntryDetails: IATEntryDetail[];
        id?: string;
    }
    Index
    batchControl: BatchControl

    IATBatch

    IATBatchHeader: IATBatchHeader

    IATBatch

    IATEntryDetails: IATEntryDetail[]

    IATBatch

    id?: string

    Client-defined string used as a reference to this record.

    IATBatch