WebApiModulesSettingsRateWarehouseRateWarehouse constructor

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. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  27. List<FwStandardDataFwCustomValue>? custom,
  28. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  29. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

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.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});