public class WxMpReimburseInvoiceServiceImpl extends Object implements WxMpReimburseInvoiceService
| 构造器和说明 | 
|---|
| WxMpReimburseInvoiceServiceImpl() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| List<InvoiceInfoResponse> | getInvoiceBatch(InvoiceBatchRequest request)批量查询报销发票信息 | 
| InvoiceInfoResponse | getInvoiceInfo(InvoiceInfoRequest request)查询报销发票信息 | 
| void | updateInvoiceStatus(UpdateInvoiceStatusRequest request)更新发票状态 | 
| void | updateStatusBatch(UpdateStatusBatchRequest request)批量更新发票状态 | 
public InvoiceInfoResponse getInvoiceInfo(InvoiceInfoRequest request) throws WxErrorException
WxMpReimburseInvoiceServicegetInvoiceInfo 在接口中 WxMpReimburseInvoiceServicerequest - InvoiceInfoRequest 查询报销发票信息参数InvoiceInfoResponse 查询结果WxErrorException - 查询失败时public List<InvoiceInfoResponse> getInvoiceBatch(InvoiceBatchRequest request) throws WxErrorException
WxMpReimburseInvoiceServicegetInvoiceBatch 在接口中 WxMpReimburseInvoiceServicerequest - InvoiceBatchRequest 批量查询报销发票信息参数对象InvoiceInfoResponse 查询结果列表WxErrorException - 查询失败时public void updateInvoiceStatus(UpdateInvoiceStatusRequest request) throws WxErrorException
WxMpReimburseInvoiceServiceupdateInvoiceStatus 在接口中 WxMpReimburseInvoiceServicerequest - UpdateInvoiceStatusRequest 更新发票状态参数WxErrorException - 更新失败时public void updateStatusBatch(UpdateStatusBatchRequest request) throws WxErrorException
WxMpReimburseInvoiceServiceupdateStatusBatch 在接口中 WxMpReimburseInvoiceServicerequest - UpdateStatusBatchRequest 批量更新发票状态参数WxErrorException - 更新失败时Copyright © 2024. All rights reserved.