WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings constructor
WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
- String? systemSettingsId,
- String? systemSettingsName,
- String? companyName,
- String? systemName,
- String? databaseVersion,
- bool? isVendorNumberAssignedByUser,
- int? lastVendorNumber,
- bool? allowDeleteExportedReceipts,
- bool? enableReceipts,
- bool? enableBetaUpdates,
- bool? enableQaUpdates,
- bool? enablePayments,
- bool? allowDeleteExportedPayments,
- bool? allowDeleteInvoices,
- bool? allowInvoiceDateChange,
- bool? ordersCompleteWithItemsNotYetStaged,
- bool? populateInventoryUtilizationDataWeekly,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes,
Implementation
WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
this.systemSettingsId,
this.systemSettingsName,
this.companyName,
this.systemName,
this.databaseVersion,
this.shareDealsAcrossOfficeLocations,
this.isVendorNumberAssignedByUser,
this.lastVendorNumber,
this.allowDeleteExportedReceipts,
this.enableReceipts,
this.enableBetaUpdates,
this.enableQaUpdates,
this.enablePayments,
this.allowDeleteExportedPayments,
this.allowDeleteInvoices,
this.allowInvoiceDateChange,
this.ordersCompleteWithItemsNotYetStaged,
this.populateInventoryUtilizationDataWeekly,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
});