public System.Threading.Tasks.Task <XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsResponse1> UpdateInvoicePaymentDetailsAsync(XMLAPI.CargoWisePaymentService.SecuritySOAPHeader SecuritySOAPHeader, XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsRequest request)
 {
     XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsRequest1 inValue = new XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsRequest1();
     inValue.SecuritySOAPHeader = SecuritySOAPHeader;
     inValue.request            = request;
     return(((XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsServiceSoap)(this)).UpdateInvoicePaymentDetailsAsync(inValue));
 }
 public XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsResponse UpdateInvoicePaymentDetails(XMLAPI.CargoWisePaymentService.SecuritySOAPHeader SecuritySOAPHeader, XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsRequest request)
 {
     XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsRequest1 inValue = new XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsRequest1();
     inValue.SecuritySOAPHeader = SecuritySOAPHeader;
     inValue.request            = request;
     XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsResponse1 retVal = ((XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsServiceSoap)(this)).UpdateInvoicePaymentDetails(inValue);
     return(retVal.UpdateInvoicePaymentDetailsResult);
 }
 System.Threading.Tasks.Task <XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsResponse1> XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsServiceSoap.UpdateInvoicePaymentDetailsAsync(XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsRequest1 request)
 {
     return(base.Channel.UpdateInvoicePaymentDetailsAsync(request));
 }
 XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsResponse1 XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsServiceSoap.UpdateInvoicePaymentDetails(XMLAPI.CargoWisePaymentService.UpdateInvoicePaymentDetailsRequest1 request)
 {
     return(base.Channel.UpdateInvoicePaymentDetails(request));
 }