类 WechatAllocationApi


  • public class WechatAllocationApi
    extends Object
    微信支付分账

    作者:
    youta
    • 字段详细资料

      • MAPPER

        private static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
        The constant MAPPER.
    • 构造器详细资料

      • WechatAllocationApi

        public WechatAllocationApi​(WechatV2Client wechatV2Client)
        Instantiates a new Wechat allocation api.
        参数:
        wechatV2Client - the wechat v 2 client
    • 方法详细资料

      • profitSharing

        public com.fasterxml.jackson.databind.JsonNode profitSharing​(ProfitSharingModel profitSharingModel)
        请求单次分账
        参数:
        profitSharingModel - the profit sharing model
        返回:
        json node
      • multiProfitSharing

        public com.fasterxml.jackson.databind.JsonNode multiProfitSharing​(MultiProfitSharingModel multiProfitSharingModel)
        请求单次分账
        参数:
        multiProfitSharingModel - the multi profit sharing model
        返回:
        json node
      • profitSharingQuery

        public com.fasterxml.jackson.databind.JsonNode profitSharingQuery​(ProfitSharingQueryModel profitSharingQueryModel)
        查询分账结果
        参数:
        profitSharingQueryModel - the profit sharing query model
        返回:
        json node
      • profitSharingAddReceiver

        public com.fasterxml.jackson.databind.JsonNode profitSharingAddReceiver​(ProfitSharingAddReceiverModel profitSharingAddReceiverModel)
        添加分账接收方
        参数:
        profitSharingAddReceiverModel - the profit sharing add receiver model
        返回:
        json node
      • profitSharingRemoveReceiver

        public com.fasterxml.jackson.databind.JsonNode profitSharingRemoveReceiver​(ProfitSharingRemoveReceiverModel profitSharingRemoveReceiverModel)
        删除分账接收方
        参数:
        profitSharingRemoveReceiverModel - the profit sharing remove receiver model
        返回:
        json node
      • profitSharingFinish

        public com.fasterxml.jackson.databind.JsonNode profitSharingFinish​(ProfitSharingFinishModel profitSharingFinishModel)
        完结分账
        参数:
        profitSharingFinishModel - the profit sharing finish model
        返回:
        json node
      • profitSharingOrderAmountQuery

        public com.fasterxml.jackson.databind.JsonNode profitSharingOrderAmountQuery​(ProfitSharingOrderAmountQueryModel profitSharingOrderAmountQueryModel)
        查询订单待分账金额
        参数:
        profitSharingOrderAmountQueryModel - the profit sharing order amount query model
        返回:
        json node
      • profitSharingReturn

        public com.fasterxml.jackson.databind.JsonNode profitSharingReturn​(ProfitSharingReturnModel profitSharingReturnModel)
        分账回退
        参数:
        profitSharingReturnModel - the profit sharing return model
        返回:
        json node
      • profitSharingReturnQuery

        public com.fasterxml.jackson.databind.JsonNode profitSharingReturnQuery​(ProfitSharingReturnQueryModel profitSharingReturnQueryModel)
        回退结果查询
        参数:
        profitSharingReturnQueryModel - the profit sharing return query model
        返回:
        json node