空白发票查询
- 调用方法签名
net.smarttax.sim.facade.SmarttaxClient#blanks - 请求参数
| 参数名 | 说明 | 备注 |
|---|---|---|
| data | 发票类型枚举 | net.smarttax.sim.entity.enums.InvoiceType |
- 响应方法签名
net.smarttax.sim.facade.SmarttaxOperationListener#blanks
- 响应监听返回参数
net.smarttax.sim.entity.resp.BlanksQueryResp
List<InvoiceBlankEntity> v1.0.4
| 参数名 | 说明 | 备注 |
|---|---|---|
| data | List<InvoiceBlankEntity> |
空白发票集合 |
| - | net.smarttax.sim.entity.resp.InvoiceBlankEntity |
空白发票实体 |
| invoiceType | 发票类型枚举 | |
| invoiceCode | 发票代码 | |
| currentInvoiceNum | 当前发票号码 | |
| remains | 剩余数量 | |
| beginInvoiceNum | 发票起始号码 | |
| endInvoiceNum | 发票终止号码 | |
| claimDate | 发票领钩日期 | yyyyMMdd |