WebApiModulesUtilitiesReceiptProcessBatchReceiptProcessBatch constructor
WebApiModulesUtilitiesReceiptProcessBatchReceiptProcessBatch({
- String? batchId,
- String? locationId,
- String? batchType,
- String? divisionCode,
- String? batchNumber,
- String? batchDate,
- String? batchTime,
- String? batchDateTime,
- String? exportDate,
- bool? exported,
- int? recordCount,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesReceiptProcessBatchReceiptProcessBatch({
this.batchId,
this.locationId,
this.batchType,
this.divisionCode,
this.batchNumber,
this.batchDate,
this.batchTime,
this.batchDateTime,
this.exportDate,
this.exported,
this.recordCount,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});