WebApiModulesInventoryRepairCancelRepairRequest constructor

WebApiModulesInventoryRepairCancelRepairRequest({
  1. String? repairId,
  2. String? contractId,
  3. String? orderId,
  4. String? orderItemId,
  5. String? inventoryId,
  6. String? assetId,
  7. String? consignorId,
  8. String? consignorAgreementId,
  9. int? quantity,
})

Implementation

WebApiModulesInventoryRepairCancelRepairRequest({
  this.repairId,
  this.contractId,
  this.orderId,
  this.orderItemId,
  this.inventoryId,
  this.assetId,
  this.consignorId,
  this.consignorAgreementId,
  this.quantity,
});