WebApiModulesUtilitiesRateUpdateItemRateUpdateItem constructor
WebApiModulesUtilitiesRateUpdateItemRateUpdateItem({
- String? inventoryId,
- String? warehouseId,
- String? description,
- String? iCode,
- String? warehouseCode,
- String? warehouse,
- String? availableFor,
- String? rank,
- String? classification,
- String? inventoryTypeId,
- String? inventoryType,
- String? categoryId,
- String? category,
- String? subCategoryId,
- String? subCategory,
- String? unitId,
- String? partNumber,
- String? manufacturerId,
- String? manufacturer,
- double? cost,
- double? newCost,
- double? defaultCost,
- double? newDefaultCost,
- double? price,
- double? newPrice,
- double? hourlyRate,
- double? dailyRate,
- double? weeklyRate,
- double? monthlyRate,
- double? newHourlyRate,
- double? newDailyRate,
- double? newWeeklyRate,
- double? newMonthlyRate,
- double? week2Rate,
- double? week3Rate,
- double? week4Rate,
- double? week5Rate,
- double? newWeek2Rate,
- double? newWeek3Rate,
- double? newWeek4Rate,
- double? newWeek5Rate,
- double? maxDiscount,
- double? newMaxDiscount,
- double? hourlyCost,
- double? newHourlyCost,
- double? dailyCost,
- double? newDailyCost,
- double? weeklyCost,
- double? newWeeklyCost,
- double? monthlyCost,
- double? newMonthlyCost,
- double? unitValue,
- double? newUnitValue,
- double? replacementCost,
- double? newReplacementCost,
- double? retail,
- double? newRetail,
- double? minDaysPerWeek,
- double? newMinDaysPerWeek,
- String? currencyId,
- String? currency,
- String? currencySymbol,
- String? currencyCode,
- bool? isForeignCurrency,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesRateUpdateItemRateUpdateItem({
this.inventoryId,
this.warehouseId,
this.description,
this.iCode,
this.warehouseCode,
this.warehouse,
this.availableFor,
this.rank,
this.classification,
this.inventoryTypeId,
this.inventoryType,
this.categoryId,
this.category,
this.subCategoryId,
this.subCategory,
this.unitId,
this.partNumber,
this.manufacturerId,
this.manufacturer,
this.cost,
this.newCost,
this.defaultCost,
this.newDefaultCost,
this.price,
this.newPrice,
this.hourlyRate,
this.dailyRate,
this.weeklyRate,
this.monthlyRate,
this.newHourlyRate,
this.newDailyRate,
this.newWeeklyRate,
this.newMonthlyRate,
this.week2Rate,
this.week3Rate,
this.week4Rate,
this.week5Rate,
this.newWeek2Rate,
this.newWeek3Rate,
this.newWeek4Rate,
this.newWeek5Rate,
this.maxDiscount,
this.newMaxDiscount,
this.hourlyCost,
this.newHourlyCost,
this.dailyCost,
this.newDailyCost,
this.weeklyCost,
this.newWeeklyCost,
this.monthlyCost,
this.newMonthlyCost,
this.unitValue,
this.newUnitValue,
this.replacementCost,
this.newReplacementCost,
this.retail,
this.newRetail,
this.minDaysPerWeek,
this.newMinDaysPerWeek,
this.currencyId,
this.currency,
this.currencySymbol,
this.currencyCode,
this.isForeignCurrency,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});