WebApiModulesInventoryRepairCreateRepairRequest constructor

const WebApiModulesInventoryRepairCreateRepairRequest({
  1. String? contractId,
  2. String? orderId,
  3. String? orderItemId,
  4. String? assetId,
  5. String? consignorId,
  6. String? consignorAgreementId,
  7. int? quantity,
  8. String? officeLocationId,
  9. String? warehouseId,
})

Implementation

const WebApiModulesInventoryRepairCreateRepairRequest({
  this.contractId,
  this.orderId,
  this.orderItemId,
  this.assetId,
  this.consignorId,
  this.consignorAgreementId,
  this.quantity,
  this.officeLocationId,
  this.warehouseId,
});