生成电子发票PDF
电子发票PDF生成请先完成电子签章申请
net.smarttax.sim.facade.SmarttaxClient#generatePDF
参数名 |
说明 |
备注 |
invoiceType |
发票类型 枚举 |
必传 |
invoiceCode |
发票代码 |
必传 |
invoiceNum |
发票号码 |
必传 |
gmtCreate |
开票时间 |
yyyyMMddHHmiss 14位 |
cipher |
密文区 |
必传 |
checkNo |
校验码 |
必传 |
sellerName |
销方名称 |
必传 |
sellerTaxCode |
销方税号 |
必传 |
buyerName |
购方名称 |
必传 |
taxFreeAmount |
不含税金额 |
必传 |
totalAmount |
价税合计 |
必传 |
taxAmount |
税额 |
必传 |
cmdtyName |
商品名称 |
必传 |
operator |
开票人 |
必传 |
avgRate |
综合税率 |
|
isPositive |
正数发票标记 |
true正数发票 false负数发票 |
invoiceStatus |
发票状态 枚举 |
|
deviceCode |
销方盘号 |
|
sellerAddress |
销方地址 |
|
sellerBankName |
销方银行名称 |
|
buyerTaxCode |
购方税号 |
|
buyerAddress |
购方地址 |
|
buyerBankName |
购方银行名称 |
|
checker |
复合人 |
|
receiver |
收款人 |
|
remark |
备注 |
|
levyType |
征税方式 枚举 |
|
cmdtyCode |
商品税目 |
|
details |
发票明细列表 |
List<net.smarttax.sim.entity.req.InvoiceDetailRequest> |
- |
发票明细实体 |
net.smarttax.sim.entity.req.InvoiceDetailRequest |
detailRowSpec |
明细行类型 枚举 |
必传 |
cmdtyName |
商品名称 |
必传 |
levyType |
征税方式 枚举 |
|
cmdtyCode |
商品税目 |
|
taxFreeAmount |
不含税金额 |
|
taxAmount |
税额 |
|
taxRate |
税率 |
|
taxFreePolicy |
零税率标识 枚举 |
|
preferentialPolicy |
优惠标识 枚举 |
|
unitPrice |
单价 |
|
quantity |
数量 |
|
revenueCode |
税收分类编码 |
net.smarttax.sim.facade.SmarttaxOperationListener#generatePDF
参数名 |
说明 |
备注 |
pdfURL |
发票PDF下载地址 |
|
previewURL |
预览地址 |