WebApiModulesAgentOrderModifyPoWorksheetSessionResponse constructor

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

Implementation

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