WebApiModulesWarehouseExchangeExchangeContractRequest constructor

const WebApiModulesWarehouseExchangeExchangeContractRequest({
  1. String? orderId,
  2. String? dealId,
  3. String? departmentId,
  4. String? warehouseId,
})

Implementation

const WebApiModulesWarehouseExchangeExchangeContractRequest({
  this.orderId,
  this.dealId,
  this.departmentId,
  this.warehouseId,
});