Example #1
0
 public System.Threading.Tasks.Task <bilecom.sunat.ws.venta.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile, string partyType)
 {
     bilecom.sunat.ws.venta.sendBillRequest inValue = new bilecom.sunat.ws.venta.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((bilecom.sunat.ws.venta.billService)(this)).sendBillAsync(inValue));
 }
Example #2
0
 public byte[] sendBill(string fileName, byte[] contentFile, string partyType)
 {
     bilecom.sunat.ws.venta.sendBillRequest inValue = new bilecom.sunat.ws.venta.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     bilecom.sunat.ws.venta.sendBillResponse retVal = ((bilecom.sunat.ws.venta.billService)(this)).sendBill(inValue);
     return(retVal.applicationResponse);
 }
Example #3
0
 System.Threading.Tasks.Task <bilecom.sunat.ws.venta.sendBillResponse> bilecom.sunat.ws.venta.billService.sendBillAsync(bilecom.sunat.ws.venta.sendBillRequest request)
 {
     return(base.Channel.sendBillAsync(request));
 }
Example #4
0
 bilecom.sunat.ws.venta.sendBillResponse bilecom.sunat.ws.venta.billService.sendBill(bilecom.sunat.ws.venta.sendBillRequest request)
 {
     return(base.Channel.sendBill(request));
 }