WebApiModulesSettingsDiscountItemDiscountItem class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

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})
WebApiModulesSettingsDiscountItemDiscountItem.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
category String?
final
categoryId String?
final
categoryOrderBy double?
final
classification String?
final
custom List<FwStandardDataFwCustomValue>?
final
dailyRate double?
final
daysPerWeek double?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
description String?
final
discountItemId String?
final
discountPercent double?
final
discountTemplateId String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
inventoryId String?
final
inventoryType String?
final
inventoryTypeId String?
final
inventoryTypeOrderBy int?
final
marginPercent double?
final
markupPercent double?
final
monthlyRate double?
final
orderType String?
final
orderTypeId String?
final
orderTypeOrderBy double?
final
recordTitle String?
final
recType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subCategory String?
final
subCategoryId String?
final
subCategoryOrderBy double?
final
translation List<FwStandardDataFwTranslatedValue>?
final
warehouseDailyRate double?
final
warehouseDefaultDailyRate double?
final
warehouseDefaultWeeklyRate double?
final
warehouseWeeklyRate double?
final
week2Rate double?
final
week3Rate double?
final
week4Rate double?
final
week5Rate double?
final
weeklyRate double?
final

Methods

copyWith({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}) WebApiModulesSettingsDiscountItemDiscountItem

Available on WebApiModulesSettingsDiscountItemDiscountItem, provided by the $WebApiModulesSettingsDiscountItemDiscountItemExtension extension

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

Available on WebApiModulesSettingsDiscountItemDiscountItem, provided by the $WebApiModulesSettingsDiscountItemDiscountItemExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiModulesSettingsDiscountItemDiscountItem Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesSettingsDiscountItemDiscountItem instance)