public OpenInvoicePeru.ServicioSunat.Soap.Documentos.statusResponse getStatus(string ticket)
 {
     OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusRequest inValue = new OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusRequest();
     inValue.ticket = ticket;
     OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusResponse retVal = ((OpenInvoicePeru.ServicioSunat.Soap.Documentos.billService)(this)).getStatus(inValue);
     return(retVal.status);
 }
 public System.Threading.Tasks.Task <OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusResponse> getStatusAsync(string ticket)
 {
     OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusRequest inValue = new OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusRequest();
     inValue.ticket = ticket;
     return(((OpenInvoicePeru.ServicioSunat.Soap.Documentos.billService)(this)).getStatusAsync(inValue));
 }
 System.Threading.Tasks.Task <OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusResponse> OpenInvoicePeru.ServicioSunat.Soap.Documentos.billService.getStatusAsync(OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusRequest request)
 {
     return(base.Channel.getStatusAsync(request));
 }
 OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusResponse OpenInvoicePeru.ServicioSunat.Soap.Documentos.billService.getStatus(OpenInvoicePeru.ServicioSunat.Soap.Documentos.getStatusRequest request)
 {
     return(base.Channel.getStatus(request));
 }