WebApiLogicAppFuncSystemSettingsResponse constructor

WebApiLogicAppFuncSystemSettingsResponse({
  1. bool? allowDeleteInvoices,
  2. bool? allowInvoiceDateChange,
  3. bool? enableReceipts,
  4. bool? enableOriginalShow,
  5. bool? enablePayments,
  6. bool? enableVendorInvoice,
  7. bool? enablePropsWardrobe,
  8. bool? enableSetsWalls,
  9. bool? shareDealsAcrossOfficeLocations,
  10. bool? synchronizeCustomerStatusAndCreditStatus,
  11. bool? synchronizeDealStatusAndCreditStatus,
  12. String? systemName,
  13. String? companyName,
  14. bool? isVendorNumberAssignedByUser,
  15. String? quoteOrderMessageFormat,
  16. String? dataLanguageId,
  17. String? dataLanguage,
  18. bool? allCaps,
  19. bool? enableQuikLocate,
  20. 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,
});