WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest constructor

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

Implementation

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