WebApiModulesInventoryRepairCreateRepairRequest constructor

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

Implementation

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