WebApiModulesSettingsDiscountItemDiscountItem constructor
WebApiModulesSettingsDiscountItemDiscountItem({
- String? discountItemId,
- double? discountPercent,
- double? daysPerWeek,
- double? marginPercent,
- double? markupPercent,
- double? dailyRate,
- double? weeklyRate,
- double? week2Rate,
- double? week3Rate,
- double? week4Rate,
- double? week5Rate,
- double? monthlyRate,
- String? orderTypeId,
- String? orderType,
- double? orderTypeOrderBy,
- String? inventoryTypeId,
- String? inventoryType,
- int? inventoryTypeOrderBy,
- String? categoryId,
- String? category,
- double? categoryOrderBy,
- String? subCategoryId,
- String? subCategory,
- double? subCategoryOrderBy,
- String? inventoryId,
- String? iCode,
- String? description,
- String? recType,
- String? classification,
- double? warehouseDailyRate,
- double? warehouseWeeklyRate,
- double? warehouseDefaultDailyRate,
- double? warehouseDefaultWeeklyRate,
- String? discountTemplateId,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});