WebApiModulesUtilitiesRateUpdateBatchItemRateUpdateBatchItem constructor
WebApiModulesUtilitiesRateUpdateBatchItemRateUpdateBatchItem({
- int? rateUpdateBatchItemId,
- String? inventoryId,
- String? iCode,
- String? currencyId,
- String? description,
- String? availableFor,
- bool? rank,
- String? classification,
- String? inventoryTypeId,
- String? inventoryType,
- String? categoryId,
- String? category,
- String? subCategoryId,
- String? subCategory,
- String? warehouseId,
- String? warehouseCode,
- String? warehouse,
- String? manufacturerId,
- String? manufacturer,
- String? unitId,
- String? partNumber,
- double? oldDefaultCost,
- double? newDefaultCost,
- double? oldCost,
- double? newCost,
- double? oldPrice,
- double? newPrice,
- double? oldRetail,
- double? newRetail,
- double? oldHourlyRate,
- double? newHourlyRate,
- double? oldHourlyCost,
- double? newHourlyCost,
- double? oldDailyRate,
- double? newDailyRate,
- double? oldDailyCost,
- double? newDailyCost,
- double? oldWeeklyRate,
- double? oldWeek2Rate,
- double? oldWeek3Rate,
- double? oldWeek4Rate,
- double? oldWeek5Rate,
- double? oldWeeklyCost,
- double? newWeeklyRate,
- double? newWeek2Rate,
- double? newWeek3Rate,
- double? newWeek4Rate,
- double? newWeek5Rate,
- double? newWeeklyCost,
- double? oldMonthlyRate,
- double? oldMonthlyCost,
- double? oldMaxDiscount,
- double? newMonthlyRate,
- double? newMonthlyCost,
- double? newMaxDiscount,
- double? oldUnitValue,
- double? newUnitValue,
- double? oldReplacementCost,
- double? newReplacementCost,
- double? oldMinDaysPerWeek,
- double? newMinDaysPerWeek,
- int? rateUpdateBatchId,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesRateUpdateBatchItemRateUpdateBatchItem({
this.rateUpdateBatchItemId,
this.inventoryId,
this.iCode,
this.currencyId,
this.description,
this.availableFor,
this.rank,
this.classification,
this.inventoryTypeId,
this.inventoryType,
this.categoryId,
this.category,
this.subCategoryId,
this.subCategory,
this.warehouseId,
this.warehouseCode,
this.warehouse,
this.manufacturerId,
this.manufacturer,
this.unitId,
this.partNumber,
this.oldDefaultCost,
this.newDefaultCost,
this.oldCost,
this.newCost,
this.oldPrice,
this.newPrice,
this.oldRetail,
this.newRetail,
this.oldHourlyRate,
this.newHourlyRate,
this.oldHourlyCost,
this.newHourlyCost,
this.oldDailyRate,
this.newDailyRate,
this.oldDailyCost,
this.newDailyCost,
this.oldWeeklyRate,
this.oldWeek2Rate,
this.oldWeek3Rate,
this.oldWeek4Rate,
this.oldWeek5Rate,
this.oldWeeklyCost,
this.newWeeklyRate,
this.newWeek2Rate,
this.newWeek3Rate,
this.newWeek4Rate,
this.newWeek5Rate,
this.newWeeklyCost,
this.oldMonthlyRate,
this.oldMonthlyCost,
this.oldMaxDiscount,
this.newMonthlyRate,
this.newMonthlyCost,
this.newMaxDiscount,
this.oldUnitValue,
this.newUnitValue,
this.oldReplacementCost,
this.newReplacementCost,
this.oldMinDaysPerWeek,
this.newMinDaysPerWeek,
this.rateUpdateBatchId,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});