WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsResponse constructor
WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsResponse({
- int? status,
- bool? success,
- String? msg,
- WebApiModulesUtilitiesRateUpdateBatchRateUpdateBatch? rateUpdateBatch,
Implementation
WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsResponse({
this.status,
this.success,
this.msg,
this.rateUpdateBatch,
});