WebApiModulesSettingsCrewPositionCrewPosition constructor
WebApiModulesSettingsCrewPositionCrewPosition({
- String? crewPositionId,
- String? crewId,
- String? rateId,
- String? laborTypeId,
- String? laborType,
- String? description,
- double? costHourly,
- double? costDaily,
- double? costWeekly,
- double? costMonthly,
- bool? isPrimary,
- String? effectiveDate,
- String? endDate,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});