WebApiModulesAgentOrderModifyPoWorksheetSessionResponse constructor

const WebApiModulesAgentOrderModifyPoWorksheetSessionResponse({
  1. String? sessionId,
  2. String? vendorId,
  3. String? vendor,
  4. String? contactId,
  5. String? poTypeId,
  6. String? poType,
  7. String? contact,
  8. String? rateType,
  9. String? billingCycleId,
  10. String? billingCycle,
  11. DateTime? requiredDate,
  12. String? requiredTime,
  13. DateTime? fromDate,
  14. DateTime? toDate,
  15. String? deliveryId,
  16. bool? adjustContractDates,
  17. bool? isInternal,
  18. int? status,
  19. bool? success,
  20. String? msg,
})

Implementation

const WebApiModulesAgentOrderModifyPoWorksheetSessionResponse({
  this.sessionId,
  this.vendorId,
  this.vendor,
  this.contactId,
  this.poTypeId,
  this.poType,
  this.contact,
  this.rateType,
  this.billingCycleId,
  this.billingCycle,
  this.requiredDate,
  this.requiredTime,
  this.fromDate,
  this.toDate,
  this.deliveryId,
  this.adjustContractDates,
  this.isInternal,
  this.status,
  this.success,
  this.msg,
});