WebApiModulesAgentOrderItemOrderItemDefaultRequest constructor
const
WebApiModulesAgentOrderItemOrderItemDefaultRequest({
- String? inventoryId,
- String? classification,
- String? recType,
- String? orderType,
- String? orderId,
- String? warehouseId,
- String? rateType,
- String? orderTypeId,
- bool? nonTaxable,
- double? rentalTaxRate1,
- bool? rentalExempt,
- double? salesTaxRate1,
- bool? salesExempt,
- double? laborTaxRate1,
- bool? laborExempt,
- bool? consignment,
- String? poTypeId,
- String? vendorId,
- bool? isSub,
- bool? useEstimatedDatesForBilling,
- String? estimatedStartDate,
- String? estimatedStopDate,
- double? quantityOrdered,
- double? hours,
- double? hoursOvertime,
- double? hoursDoubletime,
- double? daysPerWeek,
- String? locationId,
- String? currencyId,
- double? replacementCost,
Implementation
const WebApiModulesAgentOrderItemOrderItemDefaultRequest({
this.inventoryId,
this.classification,
this.recType,
this.orderType,
this.orderId,
this.warehouseId,
this.rateType,
this.orderTypeId,
this.nonTaxable,
this.rentalTaxRate1,
this.rentalExempt,
this.salesTaxRate1,
this.salesExempt,
this.laborTaxRate1,
this.laborExempt,
this.consignment,
this.poTypeId,
this.vendorId,
this.isSub,
this.useEstimatedDatesForBilling,
this.estimatedStartDate,
this.estimatedStopDate,
this.quantityOrdered,
this.hours,
this.hoursOvertime,
this.hoursDoubletime,
this.daysPerWeek,
this.locationId,
this.currencyId,
this.replacementCost,
});