WebApiModulesWarehouseExchangeExchangeItemRequest constructor

const WebApiModulesWarehouseExchangeExchangeItemRequest({
  1. String? contractId,
  2. String? orderId,
  3. String? dealId,
  4. String? departmentId,
  5. String? warehouseId,
  6. String? inCode,
  7. int? quantity,
  8. String? outCode,
  9. bool? allowCrossICode,
  10. bool? completingPending,
})

Implementation

const WebApiModulesWarehouseExchangeExchangeItemRequest({
  this.contractId,
  this.orderId,
  this.dealId,
  this.departmentId,
  this.warehouseId,
  this.inCode,
  this.quantity,
  this.outCode,
  this.allowCrossICode,
  this.completingPending,
});