WebApiModulesSettingsTemplateSettingsTemplateTemplate constructor

WebApiModulesSettingsTemplateSettingsTemplateTemplate({
  1. String? templateId,
  2. String? description,
  3. String? departmentId,
  4. String? department,
  5. String? officeLocationId,
  6. String? officeLocation,
  7. String? warehouseId,
  8. String? warehouse,
  9. String? warehouseCode,
  10. String? rateType,
  11. bool? rental,
  12. bool? sales,
  13. bool? miscellaneous,
  14. bool? labor,
  15. bool? facilities,
  16. bool? transportation,
  17. int? lines,
  18. bool? hasRentalItem,
  19. bool? hasSalesItem,
  20. bool? hasMiscellaneousItem,
  21. bool? hasLaborItem,
  22. bool? hasFacilitiesItem,
  23. String? dateStamp,
  24. String? auditNote,
  25. String? recordTitle,
  26. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  27. List<FwStandardDataFwCustomValue>? custom,
  28. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesSettingsTemplateSettingsTemplateTemplate({
  this.templateId,
  this.description,
  this.departmentId,
  this.department,
  this.officeLocationId,
  this.officeLocation,
  this.warehouseId,
  this.warehouse,
  this.warehouseCode,
  this.rateType,
  this.rental,
  this.sales,
  this.miscellaneous,
  this.labor,
  this.facilities,
  this.transportation,
  this.lines,
  this.hasRentalItem,
  this.hasSalesItem,
  this.hasMiscellaneousItem,
  this.hasLaborItem,
  this.hasFacilitiesItem,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});