WebApiModulesSettingsSpaceRateSpaceRate constructor

WebApiModulesSettingsSpaceRateSpaceRate({
  1. String? spaceRateId,
  2. String? buildingId,
  3. String? floorId,
  4. String? spaceId,
  5. String? facilityTypeId,
  6. String? facilityType,
  7. String? spaceTypeId,
  8. String? spaceType,
  9. String? rateId,
  10. String? iCode,
  11. String? description,
  12. double? price,
  13. double? hourlyRate,
  14. double? dailyRate,
  15. double? weeklyRate,
  16. double? week2Rate,
  17. double? week3Rate,
  18. double? week4Rate,
  19. double? week5Rate,
  20. double? monthlyRate,
  21. bool? stageScheduling,
  22. String? unitId,
  23. String? spaceTypeClassification,
  24. int? orderBy,
  25. String? dateStamp,
  26. String? auditNote,
  27. String? recordTitle,
  28. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  29. List<FwStandardDataFwCustomValue>? custom,
  30. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  31. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsSpaceRateSpaceRate({
  this.spaceRateId,
  this.buildingId,
  this.floorId,
  this.spaceId,
  this.facilityTypeId,
  this.facilityType,
  this.spaceTypeId,
  this.spaceType,
  this.rateId,
  this.iCode,
  this.description,
  this.price,
  this.hourlyRate,
  this.dailyRate,
  this.weeklyRate,
  this.week2Rate,
  this.week3Rate,
  this.week4Rate,
  this.week5Rate,
  this.monthlyRate,
  this.stageScheduling,
  this.unitId,
  this.spaceTypeClassification,
  this.orderBy,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});