WebApiModulesSettingsCrewPositionCrewPosition constructor

WebApiModulesSettingsCrewPositionCrewPosition({
  1. String? crewPositionId,
  2. String? crewId,
  3. String? rateId,
  4. String? laborTypeId,
  5. String? laborType,
  6. String? description,
  7. double? costHourly,
  8. double? costDaily,
  9. double? costWeekly,
  10. double? costMonthly,
  11. bool? isPrimary,
  12. String? effectiveDate,
  13. String? endDate,
  14. bool? inactive,
  15. String? dateStamp,
  16. String? auditNote,
  17. String? recordTitle,
  18. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  19. List<FwStandardDataFwCustomValue>? custom,
  20. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  21. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsCrewPositionCrewPosition({
  this.crewPositionId,
  this.crewId,
  this.rateId,
  this.laborTypeId,
  this.laborType,
  this.description,
  this.costHourly,
  this.costDaily,
  this.costWeekly,
  this.costMonthly,
  this.isPrimary,
  this.effectiveDate,
  this.endDate,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});