public class WechatPayTransfersApi extends Object
TODO 暂时没有企业付款到银行卡
| Modifier and Type | Field and Description |
|---|---|
private WechatV2Client |
wechatV2Client |
| Constructor and Description |
|---|
WechatPayTransfersApi(WechatV2Client wechatV2Client)
Instantiates a new Wechat pay transfers api.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
transfer(TransferModel transferModel)
企业付款到零钱
|
com.fasterxml.jackson.databind.JsonNode |
transferInfo(TransferInfoModel transferModel)
查询企业付款
|
private final WechatV2Client wechatV2Client
public WechatPayTransfersApi(WechatV2Client wechatV2Client)
wechatV2Client - the wechat v 2 clientpublic com.fasterxml.jackson.databind.JsonNode transfer(TransferModel transferModel)
transferModel - the transfer modelpublic com.fasterxml.jackson.databind.JsonNode transferInfo(TransferInfoModel transferModel)
transferModel - the transfer modelCopyright © 2021. All rights reserved.