WebApiModulesSettingsDepartmentLocationDepartmentLocation constructor
WebApiModulesSettingsDepartmentLocationDepartmentLocation({
- int? id,
- String? departmentId,
- String? department,
- String? locationId,
- String? location,
- String? defaultOrderTypeId,
- String? defaultOrderType,
- String? defaultTransferTypeId,
- String? defaultTransferType,
- String? glPrefix,
- String? glSuffix,
- bool? creditCardFeeFlag,
- String? creditCardFeeId,
- String? creditCardFeeICode,
- String? creditCardFeeDescription,
- double? creditCardFeePercent,
- bool? allowDecreaseOrderQuantityWhenStaged,
- bool? allowDecreaseOrderQuantityWhenOut,
- bool? autoCreditOnSalesReturn,
- String? depositFeeRateId,
- String? depositFeeRateICode,
- String? depositFeeRateDescription,
- bool? updateEstimatedStartAndStopDatesOnSubPurchaseOrders,
- bool? promptToUpdateEstimatedStartAndStopDatesOnSubPurchaseOrders,
- bool? updateBillingStartAndStopDatesOnSubPurchaseOrders,
- bool? promptToUpdateBillingStartAndStopDatesOnSubPurchaseOrders,
- bool? purchaseOrderRequireFirstApproval,
- bool? purchaseOrderRequireSecondApproval,
- bool? purchaseOrderAllowSecondApprovalWithoutFirstApproval,
- double? purchaseOrderUnapproveIncreaseAmount,
- double? purchaseOrderUnapproveIncreasePercent,
- bool? purchaseOrderPreventReceiveUnapproved,
- double? purchaseOrderFirstApprovalThresholdRental,
- double? purchaseOrderFirstApprovalThresholdSales,
- double? purchaseOrderFirstApprovalThresholdParts,
- double? purchaseOrderFirstApprovalThresholdMiscellaneous,
- double? purchaseOrderFirstApprovalThresholdLabor,
- double? purchaseOrderFirstApprovalThresholdRepair,
- double? purchaseOrderFirstApprovalThresholdSubRental,
- double? purchaseOrderFirstApprovalThresholdSubSales,
- double? purchaseOrderFirstApprovalThresholdSubMiscellaneous,
- double? purchaseOrderFirstApprovalThresholdSubLabor,
- double? purchaseOrderSecondApprovalThresholdRental,
- double? purchaseOrderSecondApprovalThresholdSales,
- double? purchaseOrderSecondApprovalThresholdParts,
- double? purchaseOrderSecondApprovalThresholdMiscellaneous,
- double? purchaseOrderSecondApprovalThresholdLabor,
- double? purchaseOrderSecondApprovalThresholdRepair,
- double? purchaseOrderSecondApprovalThresholdSubRental,
- double? purchaseOrderSecondApprovalThresholdSubSales,
- double? purchaseOrderSecondApprovalThresholdSubMiscellaneous,
- double? purchaseOrderSecondApprovalThresholdSubLabor,
- bool? completeRentalWithLAndDOrder,
- bool? storefrontEnableInventoryInquiryEmails,
- String? storefrontInventoryInquiryEmailToAddress,
- bool? storefrontEnableQuoteRequestEmails,
- String? storefrontQuoteRequestEmailToAddress,
- bool? useResponsiblePerson,
- bool? requireResponsiblePerson,
- String? vendorInvoiceModificationsPushToPo,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsDepartmentLocationDepartmentLocation({
this.id,
this.departmentId,
this.department,
this.locationId,
this.location,
this.defaultOrderTypeId,
this.defaultOrderType,
this.defaultTransferTypeId,
this.defaultTransferType,
this.glPrefix,
this.glSuffix,
this.creditCardFeeFlag,
this.creditCardFeeId,
this.creditCardFeeICode,
this.creditCardFeeDescription,
this.creditCardFeePercent,
this.allowDecreaseOrderQuantityWhenStaged,
this.allowDecreaseOrderQuantityWhenOut,
this.autoCreditOnSalesReturn,
this.depositFeeRateId,
this.depositFeeRateICode,
this.depositFeeRateDescription,
this.updateEstimatedStartAndStopDatesOnSubPurchaseOrders,
this.promptToUpdateEstimatedStartAndStopDatesOnSubPurchaseOrders,
this.updateBillingStartAndStopDatesOnSubPurchaseOrders,
this.promptToUpdateBillingStartAndStopDatesOnSubPurchaseOrders,
this.purchaseOrderRequireFirstApproval,
this.purchaseOrderRequireSecondApproval,
this.purchaseOrderAllowSecondApprovalWithoutFirstApproval,
this.purchaseOrderUnapproveIncreaseAmount,
this.purchaseOrderUnapproveIncreasePercent,
this.purchaseOrderPreventReceiveUnapproved,
this.purchaseOrderFirstApprovalThresholdRental,
this.purchaseOrderFirstApprovalThresholdSales,
this.purchaseOrderFirstApprovalThresholdParts,
this.purchaseOrderFirstApprovalThresholdMiscellaneous,
this.purchaseOrderFirstApprovalThresholdLabor,
this.purchaseOrderFirstApprovalThresholdRepair,
this.purchaseOrderFirstApprovalThresholdSubRental,
this.purchaseOrderFirstApprovalThresholdSubSales,
this.purchaseOrderFirstApprovalThresholdSubMiscellaneous,
this.purchaseOrderFirstApprovalThresholdSubLabor,
this.purchaseOrderSecondApprovalThresholdRental,
this.purchaseOrderSecondApprovalThresholdSales,
this.purchaseOrderSecondApprovalThresholdParts,
this.purchaseOrderSecondApprovalThresholdMiscellaneous,
this.purchaseOrderSecondApprovalThresholdLabor,
this.purchaseOrderSecondApprovalThresholdRepair,
this.purchaseOrderSecondApprovalThresholdSubRental,
this.purchaseOrderSecondApprovalThresholdSubSales,
this.purchaseOrderSecondApprovalThresholdSubMiscellaneous,
this.purchaseOrderSecondApprovalThresholdSubLabor,
this.completeRentalWithLAndDOrder,
this.storefrontEnableInventoryInquiryEmails,
this.storefrontInventoryInquiryEmailToAddress,
this.storefrontEnableQuoteRequestEmails,
this.storefrontQuoteRequestEmailToAddress,
this.useResponsiblePerson,
this.requireResponsiblePerson,
this.vendorInvoiceModificationsPushToPo,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});