예제 #1
0
 public ServicesSunat.Documentos.statusResponse getStatus(string ticket)
 {
     ServicesSunat.Documentos.getStatusRequest inValue = new ServicesSunat.Documentos.getStatusRequest();
     inValue.ticket = ticket;
     ServicesSunat.Documentos.getStatusResponse retVal = ((ServicesSunat.Documentos.billService)(this)).getStatus(inValue);
     return(retVal.status);
 }
예제 #2
0
 public System.Threading.Tasks.Task <ServicesSunat.Documentos.getStatusResponse> getStatusAsync(string ticket)
 {
     ServicesSunat.Documentos.getStatusRequest inValue = new ServicesSunat.Documentos.getStatusRequest();
     inValue.ticket = ticket;
     return(((ServicesSunat.Documentos.billService)(this)).getStatusAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <ServicesSunat.Documentos.getStatusResponse> ServicesSunat.Documentos.billService.getStatusAsync(ServicesSunat.Documentos.getStatusRequest request)
 {
     return(base.Channel.getStatusAsync(request));
 }
예제 #4
0
 ServicesSunat.Documentos.getStatusResponse ServicesSunat.Documentos.billService.getStatus(ServicesSunat.Documentos.getStatusRequest request)
 {
     return(base.Channel.getStatus(request));
 }