WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatch constructor
const
WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatch({
- 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,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesUtilitiesInvoiceProcessBatchInvoiceProcessBatch({
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.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});