WebApiModulesSettingsSpaceRateSpaceRate constructor
WebApiModulesSettingsSpaceRateSpaceRate({
- String? spaceRateId,
- String? buildingId,
- String? floorId,
- String? spaceId,
- String? facilityTypeId,
- String? facilityType,
- String? spaceTypeId,
- String? spaceType,
- String? rateId,
- String? iCode,
- String? description,
- double? price,
- double? hourlyRate,
- double? dailyRate,
- double? weeklyRate,
- double? week2Rate,
- double? week3Rate,
- double? week4Rate,
- double? week5Rate,
- double? monthlyRate,
- bool? stageScheduling,
- String? unitId,
- String? spaceTypeClassification,
- int? orderBy,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});