WebApiModulesSettingsRateWarehouseRateWarehouse constructor

const WebApiModulesSettingsRateWarehouseRateWarehouse({
  1. String? rateId,
  2. double? hourlyRate,
  3. double? hourlyCost,
  4. double? hourlyMarkupPercent,
  5. double? dailyRate,
  6. double? dailyCost,
  7. double? dailyMarkupPercent,
  8. double? weeklyRate,
  9. double? weeklyCost,
  10. double? weeklyMarkupPercent,
  11. double? monthlyRate,
  12. double? monthlyCost,
  13. double? monthlyMarkupPercent,
  14. double? price,
  15. double? cost,
  16. double? markupPercent,
  17. String? defaultStartTime,
  18. String? defaultStopTime,
  19. String? itemDescription,
  20. String? warehouseId,
  21. String? warehouseCode,
  22. String? warehouse,
  23. int? warehouseOrderBy,
  24. String? auditNote,
  25. String? recordTitle,
  26. dynamic urlIdentifier,
  27. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  28. List<FwStandardDataFwCustomValue>? custom,
  29. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  30. FwStandardBusinessLogicFwBusinessLogic? original,
  31. List<FwStandardDataFwTranslatedValue>? translation,
  32. bool? hasImport,
  33. bool? hasDocuments,
  34. String? createdByUserId,
  35. String? createdByUserName,
  36. String? createdDateTime,
  37. String? modifiedByUserId,
  38. String? modifiedByUserName,
  39. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsRateWarehouseRateWarehouse({
  this.rateId,
  this.hourlyRate,
  this.hourlyCost,
  this.hourlyMarkupPercent,
  this.dailyRate,
  this.dailyCost,
  this.dailyMarkupPercent,
  this.weeklyRate,
  this.weeklyCost,
  this.weeklyMarkupPercent,
  this.monthlyRate,
  this.monthlyCost,
  this.monthlyMarkupPercent,
  this.price,
  this.cost,
  this.markupPercent,
  this.defaultStartTime,
  this.defaultStopTime,
  this.itemDescription,
  this.warehouseId,
  this.warehouseCode,
  this.warehouse,
  this.warehouseOrderBy,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});