WebApiModulesAgentOrderModifyPoWorksheetSessionResponse constructor
WebApiModulesAgentOrderModifyPoWorksheetSessionResponse({
- String? sessionId,
- String? vendorId,
- String? vendor,
- String? contactId,
- String? contact,
- String? rateType,
- String? billingCycleId,
- String? billingCycle,
- DateTime? requiredDate,
- String? requiredTime,
- DateTime? fromDate,
- DateTime? toDate,
- String? deliveryId,
- bool? adjustContractDates,
- int? status,
- bool? success,
- 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,
});