Interface CreateFile

`batches` OR IATBatches is required

CreateFile

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

Properties

IATBatches: IATBatch[]

CreateFile

advBatchControl?: ADVBatchControl

CreateFile

advEntryDetails?: ADVEntryDetail[]

CreateFile

batches: Batch[]

CreateFile

fileControl?: FileControl

CreateFile

fileHeader: FileHeader

CreateFile

id?: string

File ID

CreateFile