Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryResponse> sendSummaryAsync(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryRequest inValue = new OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((OpenInvoicePeru.FirmadoSunat.Sunat.billService)(this)).sendSummaryAsync(inValue));
 }
Ejemplo n.º 2
0
 public string sendSummary(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryRequest inValue = new OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryResponse retVal = ((OpenInvoicePeru.FirmadoSunat.Sunat.billService)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryResponse> OpenInvoicePeru.FirmadoSunat.Sunat.billService.sendSummaryAsync(OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryRequest request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }
Ejemplo n.º 4
0
 OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryResponse OpenInvoicePeru.FirmadoSunat.Sunat.billService.sendSummary(OpenInvoicePeru.FirmadoSunat.Sunat.sendSummaryRequest request)
 {
     return(base.Channel.sendSummary(request));
 }