Uses of Class
com.foxinmy.weixin4j.pay.profitsharing.ReceiverResult
-
Packages that use ReceiverResult Package Description com.foxinmy.weixin4j.pay com.foxinmy.weixin4j.pay.api -
-
Uses of ReceiverResult in com.foxinmy.weixin4j.pay
Methods in com.foxinmy.weixin4j.pay that return ReceiverResult Modifier and Type Method Description ReceiverResult
WeixinPayProxy. addProfitSharingReceiver(Receiver receiver)
添加分账接收方 服务商代子商户发起添加分账接收方请求,后续可通过发起分账请求将结算后的钱分到该分账接收方。ReceiverResult
WeixinPayProxy. removeProfitSharingReceiver(Receiver receiver)
删除分账接收方 商户发起删除分账接收方请求,删除后不支持将结算后的钱分到该分账接收方。 -
Uses of ReceiverResult in com.foxinmy.weixin4j.pay.api
Methods in com.foxinmy.weixin4j.pay.api that return ReceiverResult Modifier and Type Method Description ReceiverResult
ProfitSharingApi. addReceiver(Receiver receiver)
添加分账接收方 服务商代子商户发起添加分账接收方请求,后续可通过发起分账请求将结算后的钱分到该分账接收方。ReceiverResult
ProfitSharingApi. removeReceiver(Receiver receiver)
删除分账接收方 商户发起删除分账接收方请求,删除后不支持将结算后的钱分到该分账接收方。
-