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
WxMpReimburseInvoiceService
getInvoiceInfo
在接口中 WxMpReimburseInvoiceService
request
- InvoiceInfoRequest
查询报销发票信息参数InvoiceInfoResponse
查询结果WxErrorException
- 查询失败时public List<InvoiceInfoResponse> getInvoiceBatch(InvoiceBatchRequest request) throws WxErrorException
WxMpReimburseInvoiceService
getInvoiceBatch
在接口中 WxMpReimburseInvoiceService
request
- InvoiceBatchRequest
批量查询报销发票信息参数对象InvoiceInfoResponse
查询结果列表WxErrorException
- 查询失败时public void updateInvoiceStatus(UpdateInvoiceStatusRequest request) throws WxErrorException
WxMpReimburseInvoiceService
updateInvoiceStatus
在接口中 WxMpReimburseInvoiceService
request
- UpdateInvoiceStatusRequest
更新发票状态参数WxErrorException
- 更新失败时public void updateStatusBatch(UpdateStatusBatchRequest request) throws WxErrorException
WxMpReimburseInvoiceService
updateStatusBatch
在接口中 WxMpReimburseInvoiceService
request
- UpdateStatusBatchRequest
批量更新发票状态参数WxErrorException
- 更新失败时Copyright © 2024. All rights reserved.