コード例 #1
0
ファイル: Reference.cs プロジェクト: MrJmpl3/openinvoiceperu
 public System.Threading.Tasks.Task <OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryResponse> sendSummaryAsync(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryRequest inValue = new OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((OpenInvoicePeru.Servicio.Soap.Documentos.billService)(this)).sendSummaryAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: MrJmpl3/openinvoiceperu
 public string sendSummary(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryRequest inValue = new OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryResponse retVal = ((OpenInvoicePeru.Servicio.Soap.Documentos.billService)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: MrJmpl3/openinvoiceperu
 System.Threading.Tasks.Task <OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryResponse> OpenInvoicePeru.Servicio.Soap.Documentos.billService.sendSummaryAsync(OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryRequest request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: MrJmpl3/openinvoiceperu
 OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryResponse OpenInvoicePeru.Servicio.Soap.Documentos.billService.sendSummary(OpenInvoicePeru.Servicio.Soap.Documentos.sendSummaryRequest request)
 {
     return(base.Channel.sendSummary(request));
 }