WebApiModulesSettingsTemplateSettingsTemplateTemplate constructor
const
WebApiModulesSettingsTemplateSettingsTemplateTemplate({
- String? templateId,
- String? description,
- String? departmentId,
- String? department,
- String? officeLocationId,
- String? officeLocation,
- String? warehouseId,
- String? warehouse,
- String? warehouseCode,
- String? rateType,
- bool? rental,
- bool? sales,
- bool? miscellaneous,
- bool? labor,
- bool? facilities,
- bool? transportation,
- int? lines,
- bool? hasRentalItem,
- bool? hasSalesItem,
- bool? hasMiscellaneousItem,
- bool? hasLaborItem,
- bool? hasFacilitiesItem,
- String? manualSort,
- bool? manualSortRental,
- bool? manualSortSales,
- bool? manualSortMisc,
- bool? manualSortLabor,
- bool? manualSortLossAndDamage,
- bool? manualSortRentalSale,
- bool? manualSortParts,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const 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.manualSort,
this.manualSortRental,
this.manualSortSales,
this.manualSortMisc,
this.manualSortLabor,
this.manualSortLossAndDamage,
this.manualSortRentalSale,
this.manualSortParts,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.hasDocuments,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});