public class WechatAllocationApi extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static com.fasterxml.jackson.databind.ObjectMapper |
MAPPER
The constant MAPPER.
|
private WechatV2Client |
wechatV2Client |
| 构造器和说明 |
|---|
WechatAllocationApi(WechatV2Client wechatV2Client)
Instantiates a new Wechat allocation api.
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
multiProfitSharing(MultiProfitSharingModel multiProfitSharingModel)
请求单次分账
|
com.fasterxml.jackson.databind.JsonNode |
profitSharing(ProfitSharingModel profitSharingModel)
请求单次分账
|
com.fasterxml.jackson.databind.JsonNode |
profitSharingAddReceiver(ProfitSharingAddReceiverModel profitSharingAddReceiverModel)
添加分账接收方
|
com.fasterxml.jackson.databind.JsonNode |
profitSharingFinish(ProfitSharingFinishModel profitSharingFinishModel)
完结分账
|
com.fasterxml.jackson.databind.JsonNode |
profitSharingOrderAmountQuery(ProfitSharingOrderAmountQueryModel profitSharingOrderAmountQueryModel)
查询订单待分账金额
|
com.fasterxml.jackson.databind.JsonNode |
profitSharingQuery(ProfitSharingQueryModel profitSharingQueryModel)
查询分账结果
|
com.fasterxml.jackson.databind.JsonNode |
profitSharingRemoveReceiver(ProfitSharingRemoveReceiverModel profitSharingRemoveReceiverModel)
删除分账接收方
|
com.fasterxml.jackson.databind.JsonNode |
profitSharingReturn(ProfitSharingReturnModel profitSharingReturnModel)
分账回退
|
com.fasterxml.jackson.databind.JsonNode |
profitSharingReturnQuery(ProfitSharingReturnQueryModel profitSharingReturnQueryModel)
回退结果查询
|
private static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
private final WechatV2Client wechatV2Client
public WechatAllocationApi(WechatV2Client wechatV2Client)
wechatV2Client - the wechat v 2 clientpublic com.fasterxml.jackson.databind.JsonNode profitSharing(ProfitSharingModel profitSharingModel)
profitSharingModel - the profit sharing modelpublic com.fasterxml.jackson.databind.JsonNode multiProfitSharing(MultiProfitSharingModel multiProfitSharingModel)
multiProfitSharingModel - the multi profit sharing modelpublic com.fasterxml.jackson.databind.JsonNode profitSharingQuery(ProfitSharingQueryModel profitSharingQueryModel)
profitSharingQueryModel - the profit sharing query modelpublic com.fasterxml.jackson.databind.JsonNode profitSharingAddReceiver(ProfitSharingAddReceiverModel profitSharingAddReceiverModel)
profitSharingAddReceiverModel - the profit sharing add receiver modelpublic com.fasterxml.jackson.databind.JsonNode profitSharingRemoveReceiver(ProfitSharingRemoveReceiverModel profitSharingRemoveReceiverModel)
profitSharingRemoveReceiverModel - the profit sharing remove receiver modelpublic com.fasterxml.jackson.databind.JsonNode profitSharingFinish(ProfitSharingFinishModel profitSharingFinishModel)
profitSharingFinishModel - the profit sharing finish modelpublic com.fasterxml.jackson.databind.JsonNode profitSharingOrderAmountQuery(ProfitSharingOrderAmountQueryModel profitSharingOrderAmountQueryModel)
profitSharingOrderAmountQueryModel - the profit sharing order amount query modelpublic com.fasterxml.jackson.databind.JsonNode profitSharingReturn(ProfitSharingReturnModel profitSharingReturnModel)
profitSharingReturnModel - the profit sharing return modelpublic com.fasterxml.jackson.databind.JsonNode profitSharingReturnQuery(ProfitSharingReturnQueryModel profitSharingReturnQueryModel)
profitSharingReturnQueryModel - the profit sharing return query modelCopyright © 2021. All rights reserved.