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