public System.Threading.Tasks.Task <bool> UpdateSettlementAttemptAsync(COA.EnterpriseServices.Creditors.SettlementAttemptUpdate updateParams)
 {
     return(base.Channel.UpdateSettlementAttemptAsync(updateParams));
 }
 public bool UpdateSettlementAttempt(COA.EnterpriseServices.Creditors.SettlementAttemptUpdate updateParams)
 {
     return(base.Channel.UpdateSettlementAttempt(updateParams));
 }