WebApiLogicAppFuncSystemSettingsResponse constructor
WebApiLogicAppFuncSystemSettingsResponse({
- bool? allowDeleteInvoices,
- bool? allowInvoiceDateChange,
- bool? enableReceipts,
- bool? enableOriginalShow,
- bool? enablePayments,
- bool? enableVendorInvoice,
- bool? enablePropsWardrobe,
- bool? enableSetsWalls,
- bool? synchronizeCustomerStatusAndCreditStatus,
- bool? synchronizeDealStatusAndCreditStatus,
- String? systemName,
- String? companyName,
- bool? isVendorNumberAssignedByUser,
- String? quoteOrderMessageFormat,
- String? dataLanguageId,
- String? dataLanguage,
- bool? allCaps,
- bool? enableQuikLocate,
- bool? departmentFilter,
Implementation
WebApiLogicAppFuncSystemSettingsResponse({
this.allowDeleteInvoices,
this.allowInvoiceDateChange,
this.enableReceipts,
this.enableOriginalShow,
this.enablePayments,
this.enableVendorInvoice,
this.enablePropsWardrobe,
this.enableSetsWalls,
this.shareDealsAcrossOfficeLocations,
this.synchronizeCustomerStatusAndCreditStatus,
this.synchronizeDealStatusAndCreditStatus,
this.systemName,
this.companyName,
this.isVendorNumberAssignedByUser,
this.quoteOrderMessageFormat,
this.dataLanguageId,
this.dataLanguage,
this.allCaps,
this.enableQuikLocate,
this.departmentFilter,
});