WebApiModulesSettingsLaborSettingsPositionPosition constructor
WebApiModulesSettingsLaborSettingsPositionPosition({
- String? positionId,
- String? laborTypeId,
- String? laborType,
- String? rateType,
- bool? includeAsProfitAndLossCategory,
- bool? includeInCost,
- double? averageCost,
- double? price,
- double? hourlyRate,
- double? dailyRate,
- double? weeklyRate,
- double? monthlyRate,
- double? hourlyCost,
- double? dailyCost,
- double? weeklyCost,
- double? monthlyCost,
- String? iCode,
- String? description,
- String? availFor,
- String? categoryId,
- String? category,
- int? subCategoryCount,
- String? subCategoryId,
- String? subCategory,
- String? classification,
- String? classificationDescription,
- String? classificationColor,
- String? unitId,
- String? unit,
- String? unitType,
- bool? nonDiscountable,
- bool? overrideProfitAndLossCategory,
- String? profitAndLossCategoryId,
- String? profitAndLossCategory,
- bool? autoCopyNotesToQuoteOrder,
- String? note,
- bool? printNoteOnInContract,
- bool? printNoteOnOutContract,
- bool? printNoteOnReceiveContract,
- bool? printNoteOnReturnContract,
- bool? printNoteOnInvoice,
- bool? printNoteOnOrder,
- bool? printNoteOnPickList,
- bool? printNoteOnPO,
- bool? printNoteOnQuote,
- bool? printNoteOnReturnList,
- bool? printNoteOnPoReceiveList,
- bool? printNoteOnPoReturnList,
- String? assetAccountId,
- String? assetAccountNo,
- String? assetAccountDescription,
- String? incomeAccountId,
- String? incomeAccountNo,
- String? incomeAccountDescription,
- String? subIncomeAccountId,
- String? subIncomeAccountNo,
- String? subIncomeAccountDescription,
- String? consignmentIncomeAccountId,
- String? consignmentIncomeAccountNo,
- String? consignmentIncomeAccountDescription,
- String? ldIncomeAccountId,
- String? ldIncomeAccountNo,
- String? ldIncomeAccountDescription,
- String? equipmentSaleIncomeAccountId,
- String? equipmentSaleIncomeAccountNo,
- String? equipmentSaleIncomeAccountDescription,
- String? expenseAccountId,
- String? expenseAccountNo,
- String? expenseAccountDescription,
- String? costOfGoodsSoldExpenseAccountId,
- String? costOfGoodsSoldExpenseAccountNo,
- String? costOfGoodsSoldExpenseAccountDescription,
- String? costOfGoodsRentedExpenseAccountId,
- String? costOfGoodsRentedExpenseAccountNo,
- String? costOfGoodsRentedExpenseAccountDescription,
- String? depreciationExpenseAccountId,
- String? depreciationExpenseAccountNo,
- String? depreciationExpenseAccountDescription,
- String? accumulatedDepreciationExpenseAccountId,
- String? accumulatedDepreciationExpenseAccountNo,
- String? accumulatedDepreciationExpenseAccountDescription,
- String? inputDate,
- String? inputByUsersId,
- String? category2,
- String? class2,
- String? stockClass,
- bool? inactive,
- String? dateStamp,
- bool? manifestShippingContainer,
- bool? manifestStandAloneItem,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsLaborSettingsPositionPosition({
this.positionId,
this.laborTypeId,
this.laborType,
this.rateType,
this.includeAsProfitAndLossCategory,
this.includeInCost,
this.averageCost,
this.price,
this.hourlyRate,
this.dailyRate,
this.weeklyRate,
this.monthlyRate,
this.hourlyCost,
this.dailyCost,
this.weeklyCost,
this.monthlyCost,
this.iCode,
this.description,
this.availFor,
this.categoryId,
this.category,
this.subCategoryCount,
this.subCategoryId,
this.subCategory,
this.classification,
this.classificationDescription,
this.classificationColor,
this.unitId,
this.unit,
this.unitType,
this.nonDiscountable,
this.overrideProfitAndLossCategory,
this.profitAndLossCategoryId,
this.profitAndLossCategory,
this.autoCopyNotesToQuoteOrder,
this.note,
this.printNoteOnInContract,
this.printNoteOnOutContract,
this.printNoteOnReceiveContract,
this.printNoteOnReturnContract,
this.printNoteOnInvoice,
this.printNoteOnOrder,
this.printNoteOnPickList,
this.printNoteOnPO,
this.printNoteOnQuote,
this.printNoteOnReturnList,
this.printNoteOnPoReceiveList,
this.printNoteOnPoReturnList,
this.assetAccountId,
this.assetAccountNo,
this.assetAccountDescription,
this.incomeAccountId,
this.incomeAccountNo,
this.incomeAccountDescription,
this.subIncomeAccountId,
this.subIncomeAccountNo,
this.subIncomeAccountDescription,
this.consignmentIncomeAccountId,
this.consignmentIncomeAccountNo,
this.consignmentIncomeAccountDescription,
this.ldIncomeAccountId,
this.ldIncomeAccountNo,
this.ldIncomeAccountDescription,
this.equipmentSaleIncomeAccountId,
this.equipmentSaleIncomeAccountNo,
this.equipmentSaleIncomeAccountDescription,
this.expenseAccountId,
this.expenseAccountNo,
this.expenseAccountDescription,
this.costOfGoodsSoldExpenseAccountId,
this.costOfGoodsSoldExpenseAccountNo,
this.costOfGoodsSoldExpenseAccountDescription,
this.costOfGoodsRentedExpenseAccountId,
this.costOfGoodsRentedExpenseAccountNo,
this.costOfGoodsRentedExpenseAccountDescription,
this.depreciationExpenseAccountId,
this.depreciationExpenseAccountNo,
this.depreciationExpenseAccountDescription,
this.accumulatedDepreciationExpenseAccountId,
this.accumulatedDepreciationExpenseAccountNo,
this.accumulatedDepreciationExpenseAccountDescription,
this.inputDate,
this.inputByUsersId,
this.category2,
this.class2,
this.stockClass,
this.inactive,
this.dateStamp,
this.manifestShippingContainer,
this.manifestStandAloneItem,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});