Interface ModelFile

ModelFile

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

Properties

IATBatches?: IATBatch[]

ModelFile

NotificationOfChange?: null | Batch[]

ModelFile

ReturnEntries?: null | Batch[]

ModelFile

batches?: Batch[]

ModelFile

fileADVControl?: ADVFileControl

ModelFile

fileControl: FileControl

ModelFile

fileHeader: FileHeader

ModelFile

id?: string

File ID

ModelFile

validateOpts?: ValidateOpts

ModelFile