Class BillDownloadService
java.lang.Object
com.wechat.pay.java.service.billdownload.BillDownloadService
BillDownloadService服务
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription申请二级商户资金账单APIgetFundFlowBill
(GetFundFlowBillRequest request) 申请资金账单API申请单个子商户资金账单APIgetTradeBill
(GetTradeBillRequest request) 申请交易账单API
-
Method Details
-
getFundFlowBill
申请资金账单API- Parameters:
request
- 请求参数- Returns:
- QueryBillEntity
- Throws:
com.wechat.pay.java.core.exception.HttpException
- 发送HTTP请求失败。例如构建请求参数失败、发送请求失败、I/O错误等。包含请求信息。com.wechat.pay.java.core.exception.ValidationException
- 发送HTTP请求成功,验证微信支付返回签名失败。com.wechat.pay.java.core.exception.ServiceException
- 发送HTTP请求成功,服务返回异常。例如返回状态码小于200或大于等于300。com.wechat.pay.java.core.exception.MalformedMessageException
- 服务返回成功,content-type不为application/json、解析返回体失败。
-
getSingleSubMchFundFlowBill
public QueryEncryptBillEntity getSingleSubMchFundFlowBill(GetSingleSubMchFundFlowBillRequest request) 申请单个子商户资金账单API- Parameters:
request
- 请求参数- Returns:
- QueryEncryptBillEntity
- Throws:
com.wechat.pay.java.core.exception.HttpException
- 发送HTTP请求失败。例如构建请求参数失败、发送请求失败、I/O错误等。包含请求信息。com.wechat.pay.java.core.exception.ValidationException
- 发送HTTP请求成功,验证微信支付返回签名失败。com.wechat.pay.java.core.exception.ServiceException
- 发送HTTP请求成功,服务返回异常。例如返回状态码小于200或大于等于300。com.wechat.pay.java.core.exception.MalformedMessageException
- 服务返回成功,content-type不为application/json、解析返回体失败。
-
getAllSubMchFundFlowBill
申请二级商户资金账单API- Parameters:
request
- 请求参数- Returns:
- QueryEncryptBillEntity
- Throws:
com.wechat.pay.java.core.exception.HttpException
- 发送HTTP请求失败。例如构建请求参数失败、发送请求失败、I/O错误等。包含请求信息。com.wechat.pay.java.core.exception.ValidationException
- 发送HTTP请求成功,验证微信支付返回签名失败。com.wechat.pay.java.core.exception.ServiceException
- 发送HTTP请求成功,服务返回异常。例如返回状态码小于200或大于等于300。com.wechat.pay.java.core.exception.MalformedMessageException
- 服务返回成功,content-type不为application/json、解析返回体失败。
-
getTradeBill
申请交易账单API- Parameters:
request
- 请求参数- Returns:
- QueryBillEntity
- Throws:
com.wechat.pay.java.core.exception.HttpException
- 发送HTTP请求失败。例如构建请求参数失败、发送请求失败、I/O错误等。包含请求信息。com.wechat.pay.java.core.exception.ValidationException
- 发送HTTP请求成功,验证微信支付返回签名失败。com.wechat.pay.java.core.exception.ServiceException
- 发送HTTP请求成功,服务返回异常。例如返回状态码小于200或大于等于300。com.wechat.pay.java.core.exception.MalformedMessageException
- 服务返回成功,content-type不为application/json、解析返回体失败。
-