Example #1
0
 public System.Threading.Tasks.Task <FEI.ServicioCDR.getStatusCdrResponse> getStatusCdrAsync(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante)
 {
     FEI.ServicioCDR.getStatusCdrRequest inValue = new FEI.ServicioCDR.getStatusCdrRequest();
     inValue.rucComprobante    = rucComprobante;
     inValue.tipoComprobante   = tipoComprobante;
     inValue.serieComprobante  = serieComprobante;
     inValue.numeroComprobante = numeroComprobante;
     return(((FEI.ServicioCDR.billService)(this)).getStatusCdrAsync(inValue));
 }
Example #2
0
 public FEI.ServicioCDR.statusResponse getStatusCdr(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante)
 {
     FEI.ServicioCDR.getStatusCdrRequest inValue = new FEI.ServicioCDR.getStatusCdrRequest();
     inValue.rucComprobante    = rucComprobante;
     inValue.tipoComprobante   = tipoComprobante;
     inValue.serieComprobante  = serieComprobante;
     inValue.numeroComprobante = numeroComprobante;
     FEI.ServicioCDR.getStatusCdrResponse retVal = ((FEI.ServicioCDR.billService)(this)).getStatusCdr(inValue);
     return(retVal.statusCdr);
 }
Example #3
0
 System.Threading.Tasks.Task <FEI.ServicioCDR.getStatusCdrResponse> FEI.ServicioCDR.billService.getStatusCdrAsync(FEI.ServicioCDR.getStatusCdrRequest request)
 {
     return(base.Channel.getStatusCdrAsync(request));
 }
Example #4
0
 FEI.ServicioCDR.getStatusCdrResponse FEI.ServicioCDR.billService.getStatusCdr(FEI.ServicioCDR.getStatusCdrRequest request)
 {
     return(base.Channel.getStatusCdr(request));
 }