ach-node-sdk
    Preparing search index...

    Interface SegmentedFiles

    SegmentedFiles

    interface SegmentedFiles {
        creditFile?: any;
        creditFileID?: string;
        debitFile?: any;
        debitFileID?: string;
        error?: string;
    }
    Index
    creditFile?: any

    SegmentedFiles

    creditFileID?: string

    File ID

    SegmentedFiles

    debitFile?: any

    SegmentedFiles

    debitFileID?: string

    File ID

    SegmentedFiles

    error?: string

    An error message describing the problem intended for humans.

    SegmentedFiles