WebApiModulesAgentOrderQuoteToOrderRequest constructor

WebApiModulesAgentOrderQuoteToOrderRequest({
  1. String? quoteId,
  2. String? locationId,
  3. String? warehouseId,
})

Implementation

WebApiModulesAgentOrderQuoteToOrderRequest({
  this.quoteId,
  this.locationId,
  this.warehouseId,
});