WebApiModulesAgentOrderCreatePoWorksheetSessionRequest constructor
WebApiModulesAgentOrderCreatePoWorksheetSessionRequest({
- String? orderId,
- String? recType,
- String? vendorId,
- String? contactId,
- String? rateType,
- String? currencyId,
- String? billingCycleId,
- DateTime? requiredDate,
- String? requiredTime,
- DateTime? fromDate,
- DateTime? toDate,
- String? deliveryId,
- bool? adjustContractDates,
- String? poTypeId,
- 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,
});