WebApiModulesHomeOrderDayOrderDay constructor
const
WebApiModulesHomeOrderDayOrderDay({
- int? orderDayId,
- String? orderId,
- String? orderDate,
- String? dayName,
- String? activityHint,
- String? activityDescription,
- String? startTime,
- String? stopTime,
- double? hours,
- double? hoursOvertime,
- double? hoursDoubletime,
- String? break1StartTime,
- String? break1StopTime,
- String? break2StartTime,
- String? break2StopTime,
- String? break3StartTime,
- String? break3StopTime,
- String? breakTime,
- String? dailyTotalTime,
- String? venueId,
- String? venue,
- String? venueAddress1,
- String? venueAddress2,
- String? venueCity,
- String? venueState,
- String? venueCountryId,
- String? venueCountry,
- String? venueZipCode,
- bool? billable,
- bool? totalTimeEstimated,
- bool? break1PaId,
- bool? break2PaId,
- bool? break3PaId,
- bool? milestone,
- String? notes,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesHomeOrderDayOrderDay({
this.orderDayId,
this.orderId,
this.orderDate,
this.dayName,
this.activityHint,
this.activityDescription,
this.startTime,
this.stopTime,
this.hours,
this.hoursOvertime,
this.hoursDoubletime,
this.break1StartTime,
this.break1StopTime,
this.break2StartTime,
this.break2StopTime,
this.break3StartTime,
this.break3StopTime,
this.breakTime,
this.dailyTotalTime,
this.venueId,
this.venue,
this.venueAddress1,
this.venueAddress2,
this.venueCity,
this.venueState,
this.venueCountryId,
this.venueCountry,
this.venueZipCode,
this.billable,
this.totalTimeEstimated,
this.break1PaId,
this.break2PaId,
this.break3PaId,
this.milestone,
this.notes,
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,
});