WebApiModulesAgentOrderItemOrderItemDefaultRequest constructor

const WebApiModulesAgentOrderItemOrderItemDefaultRequest({
  1. String? inventoryId,
  2. String? classification,
  3. String? recType,
  4. String? orderType,
  5. String? orderId,
  6. String? warehouseId,
  7. String? rateType,
  8. String? orderTypeId,
  9. bool? nonTaxable,
  10. double? rentalTaxRate1,
  11. bool? rentalExempt,
  12. double? salesTaxRate1,
  13. bool? salesExempt,
  14. double? laborTaxRate1,
  15. bool? laborExempt,
  16. bool? consignment,
  17. String? poTypeId,
  18. String? vendorId,
  19. bool? isSub,
  20. bool? useEstimatedDatesForBilling,
  21. String? estimatedStartDate,
  22. String? estimatedStopDate,
  23. double? quantityOrdered,
  24. double? hours,
  25. double? hoursOvertime,
  26. double? hoursDoubletime,
  27. double? daysPerWeek,
  28. String? locationId,
  29. String? currencyId,
  30. 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,
});