WebApiModulesAgentOrderItemAddAListOfItemsRequest constructor

const WebApiModulesAgentOrderItemAddAListOfItemsRequest({
  1. String? orderId,
  2. String? itemList,
  3. String? itemType,
  4. String? recType,
})

Implementation

const WebApiModulesAgentOrderItemAddAListOfItemsRequest({
  this.orderId,
  this.itemList,
  this.itemType,
  this.recType,
});