WebApiModulesHomeOrderDayOrderDay constructor

const WebApiModulesHomeOrderDayOrderDay({
  1. int? orderDayId,
  2. String? orderId,
  3. String? orderDate,
  4. String? dayName,
  5. String? activityHint,
  6. String? activityDescription,
  7. String? startTime,
  8. String? stopTime,
  9. double? hours,
  10. double? hoursOvertime,
  11. double? hoursDoubletime,
  12. String? break1StartTime,
  13. String? break1StopTime,
  14. String? break2StartTime,
  15. String? break2StopTime,
  16. String? break3StartTime,
  17. String? break3StopTime,
  18. String? breakTime,
  19. String? dailyTotalTime,
  20. String? venueId,
  21. String? venue,
  22. String? venueAddress1,
  23. String? venueAddress2,
  24. String? venueCity,
  25. String? venueState,
  26. String? venueCountryId,
  27. String? venueCountry,
  28. String? venueZipCode,
  29. bool? billable,
  30. bool? totalTimeEstimated,
  31. bool? break1PaId,
  32. bool? break2PaId,
  33. bool? break3PaId,
  34. bool? milestone,
  35. String? notes,
  36. String? auditNote,
  37. String? recordTitle,
  38. dynamic urlIdentifier,
  39. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  40. List<FwStandardDataFwCustomValue>? custom,
  41. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  42. FwStandardBusinessLogicFwBusinessLogic? original,
  43. List<FwStandardDataFwTranslatedValue>? translation,
  44. bool? hasImport,
  45. bool? hasDocuments,
  46. String? createdByUserId,
  47. String? createdByUserName,
  48. String? createdDateTime,
  49. String? modifiedByUserId,
  50. String? modifiedByUserName,
  51. 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,
});