WebApiModulesSettingsSpaceRateSpaceRate class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

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})
WebApiModulesSettingsSpaceRateSpaceRate.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
buildingId String?
final
custom List<FwStandardDataFwCustomValue>?
final
dailyRate double?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
description String?
final
facilityType String?
final
facilityTypeId String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
floorId String?
final
hashCode int
The hash code for this object.
no setteroverride
hourlyRate double?
final
iCode String?
final
monthlyRate double?
final
orderBy int?
final
price double?
final
rateId String?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceId String?
final
spaceRateId String?
final
spaceType String?
final
spaceTypeClassification String?
final
spaceTypeId String?
final
stageScheduling bool?
final
translation List<FwStandardDataFwTranslatedValue>?
final
unitId String?
final
week2Rate double?
final
week3Rate double?
final
week4Rate double?
final
week5Rate double?
final
weeklyRate double?
final

Methods

copyWith({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}) WebApiModulesSettingsSpaceRateSpaceRate

Available on WebApiModulesSettingsSpaceRateSpaceRate, provided by the $WebApiModulesSettingsSpaceRateSpaceRateExtension extension

copyWithWrapped({Wrapped<String?>? spaceRateId, Wrapped<String?>? buildingId, Wrapped<String?>? floorId, Wrapped<String?>? spaceId, Wrapped<String?>? facilityTypeId, Wrapped<String?>? facilityType, Wrapped<String?>? spaceTypeId, Wrapped<String?>? spaceType, Wrapped<String?>? rateId, Wrapped<String?>? iCode, Wrapped<String?>? description, Wrapped<double?>? price, Wrapped<double?>? hourlyRate, Wrapped<double?>? dailyRate, Wrapped<double?>? weeklyRate, Wrapped<double?>? week2Rate, Wrapped<double?>? week3Rate, Wrapped<double?>? week4Rate, Wrapped<double?>? week5Rate, Wrapped<double?>? monthlyRate, Wrapped<bool?>? stageScheduling, Wrapped<String?>? unitId, Wrapped<String?>? spaceTypeClassification, Wrapped<int?>? orderBy, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesSettingsSpaceRateSpaceRate

Available on WebApiModulesSettingsSpaceRateSpaceRate, provided by the $WebApiModulesSettingsSpaceRateSpaceRateExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiModulesSettingsSpaceRateSpaceRate Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesSettingsSpaceRateSpaceRate instance)