WebApiModulesAgentOrderCreatePoWorksheetSessionRequest constructor

WebApiModulesAgentOrderCreatePoWorksheetSessionRequest({
  1. String? orderId,
  2. String? recType,
  3. String? vendorId,
  4. String? contactId,
  5. String? rateType,
  6. String? currencyId,
  7. String? billingCycleId,
  8. DateTime? requiredDate,
  9. String? requiredTime,
  10. DateTime? fromDate,
  11. DateTime? toDate,
  12. String? deliveryId,
  13. bool? adjustContractDates,
  14. String? poTypeId,
  15. String? warehouseIds,
})

Implementation

WebApiModulesAgentOrderCreatePoWorksheetSessionRequest({
  this.orderId,
  this.recType,
  this.vendorId,
  this.contactId,
  this.rateType,
  this.currencyId,
  this.billingCycleId,
  this.requiredDate,
  this.requiredTime,
  this.fromDate,
  this.toDate,
  this.deliveryId,
  this.adjustContractDates,
  this.poTypeId,
  this.warehouseIds,
});