copyWith method
WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsRequest
copyWith({
- String? rateUpdateBatchName,
Implementation
WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsRequest
copyWith({String? rateUpdateBatchName}) {
return WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsRequest(
rateUpdateBatchName: rateUpdateBatchName ?? this.rateUpdateBatchName);
}