WebApiModulesSettingsDiscountTemplateSettingsDiscountTemplateDiscountTemplate constructor

const WebApiModulesSettingsDiscountTemplateSettingsDiscountTemplateDiscountTemplate({
  1. String? discountTemplateId,
  2. String? discountTemplate,
  3. String? officeLocationId,
  4. String? officeLocation,
  5. bool? isCompany,
  6. bool? rental,
  7. bool? sales,
  8. bool? labor,
  9. bool? misc,
  10. bool? space,
  11. double? rentalDiscountPercent,
  12. double? rentalDaysPerWeek,
  13. double? salesDiscountPercent,
  14. double? spaceDiscountPercent,
  15. String? rentalAsOf,
  16. String? salesAsOf,
  17. String? laborAsOf,
  18. String? miscAsOf,
  19. String? spaceAsOf,
  20. double? spaceDaysPerWeek,
  21. String? companyId,
  22. bool? applyDiscountToCustomRate,
  23. bool? inactive,
  24. String? dateStamp,
  25. String? auditNote,
  26. String? recordTitle,
  27. dynamic urlIdentifier,
  28. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  29. List<FwStandardDataFwCustomValue>? custom,
  30. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  31. FwStandardBusinessLogicFwBusinessLogic? original,
  32. List<FwStandardDataFwTranslatedValue>? translation,
  33. bool? hasImport,
  34. bool? hasDocuments,
  35. String? createdByUserId,
  36. String? createdByUserName,
  37. String? createdDateTime,
  38. String? modifiedByUserId,
  39. String? modifiedByUserName,
  40. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsDiscountTemplateSettingsDiscountTemplateDiscountTemplate({
  this.discountTemplateId,
  this.discountTemplate,
  this.officeLocationId,
  this.officeLocation,
  this.isCompany,
  this.rental,
  this.sales,
  this.labor,
  this.misc,
  this.space,
  this.rentalDiscountPercent,
  this.rentalDaysPerWeek,
  this.salesDiscountPercent,
  this.spaceDiscountPercent,
  this.rentalAsOf,
  this.salesAsOf,
  this.laborAsOf,
  this.miscAsOf,
  this.spaceAsOf,
  this.spaceDaysPerWeek,
  this.companyId,
  this.applyDiscountToCustomRate,
  this.inactive,
  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,
});