Interface SegmentedFiles

SegmentedFiles

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

Properties

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