WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch constructor
WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch({
- String? invoiceCreationBatchId,
- int? batchNumber,
- String? batchNumberAsString,
- String? batchDate,
- String? batchType,
- int? invoiceCount,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch({
this.invoiceCreationBatchId,
this.batchNumber,
this.batchNumberAsString,
this.batchDate,
this.batchType,
this.invoiceCount,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});