WebApiModulesSettingsDiscountItemDiscountItem constructor

WebApiModulesSettingsDiscountItemDiscountItem({
  1. String? discountItemId,
  2. double? discountPercent,
  3. double? daysPerWeek,
  4. double? marginPercent,
  5. double? markupPercent,
  6. double? dailyRate,
  7. double? weeklyRate,
  8. double? week2Rate,
  9. double? week3Rate,
  10. double? week4Rate,
  11. double? week5Rate,
  12. double? monthlyRate,
  13. String? orderTypeId,
  14. String? orderType,
  15. double? orderTypeOrderBy,
  16. String? inventoryTypeId,
  17. String? inventoryType,
  18. int? inventoryTypeOrderBy,
  19. String? categoryId,
  20. String? category,
  21. double? categoryOrderBy,
  22. String? subCategoryId,
  23. String? subCategory,
  24. double? subCategoryOrderBy,
  25. String? inventoryId,
  26. String? iCode,
  27. String? description,
  28. String? recType,
  29. String? classification,
  30. double? warehouseDailyRate,
  31. double? warehouseWeeklyRate,
  32. double? warehouseDefaultDailyRate,
  33. double? warehouseDefaultWeeklyRate,
  34. String? discountTemplateId,
  35. String? auditNote,
  36. String? recordTitle,
  37. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  38. List<FwStandardDataFwCustomValue>? custom,
  39. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  40. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsDiscountItemDiscountItem({
  this.discountItemId,
  this.discountPercent,
  this.daysPerWeek,
  this.marginPercent,
  this.markupPercent,
  this.dailyRate,
  this.weeklyRate,
  this.week2Rate,
  this.week3Rate,
  this.week4Rate,
  this.week5Rate,
  this.monthlyRate,
  this.orderTypeId,
  this.orderType,
  this.orderTypeOrderBy,
  this.inventoryTypeId,
  this.inventoryType,
  this.inventoryTypeOrderBy,
  this.categoryId,
  this.category,
  this.categoryOrderBy,
  this.subCategoryId,
  this.subCategory,
  this.subCategoryOrderBy,
  this.inventoryId,
  this.iCode,
  this.description,
  this.recType,
  this.classification,
  this.warehouseDailyRate,
  this.warehouseWeeklyRate,
  this.warehouseDefaultDailyRate,
  this.warehouseDefaultWeeklyRate,
  this.discountTemplateId,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});