Uses of Class
com.foxinmy.weixin4j.pay.profitsharing.Receiver
-
Packages that use Receiver Package Description com.foxinmy.weixin4j.pay com.foxinmy.weixin4j.pay.api com.foxinmy.weixin4j.pay.profitsharing -
-
Uses of Receiver in com.foxinmy.weixin4j.pay
Methods in com.foxinmy.weixin4j.pay with parameters of type Receiver Modifier and Type Method Description ReceiverResult
WeixinPayProxy. addProfitSharingReceiver(Receiver receiver)
添加分账接收方 服务商代子商户发起添加分账接收方请求,后续可通过发起分账请求将结算后的钱分到该分账接收方。ReceiverResult
WeixinPayProxy. removeProfitSharingReceiver(Receiver receiver)
删除分账接收方 商户发起删除分账接收方请求,删除后不支持将结算后的钱分到该分账接收方。 -
Uses of Receiver in com.foxinmy.weixin4j.pay.api
Methods in com.foxinmy.weixin4j.pay.api with parameters of type Receiver Modifier and Type Method Description ReceiverResult
ProfitSharingApi. addReceiver(Receiver receiver)
添加分账接收方 服务商代子商户发起添加分账接收方请求,后续可通过发起分账请求将结算后的钱分到该分账接收方。ReceiverResult
ProfitSharingApi. removeReceiver(Receiver receiver)
删除分账接收方 商户发起删除分账接收方请求,删除后不支持将结算后的钱分到该分账接收方。 -
Uses of Receiver in com.foxinmy.weixin4j.pay.profitsharing
Subclasses of Receiver in com.foxinmy.weixin4j.pay.profitsharing Modifier and Type Class Description class
ReceiverProfit
请求分帐时使用的分帐方信息class
ReceiverProfitResult
分帐方添加删除API调用结果Methods in com.foxinmy.weixin4j.pay.profitsharing that return Receiver Modifier and Type Method Description Receiver
ReceiverResult. getReceiverObject()
返回接收方java对象Constructors in com.foxinmy.weixin4j.pay.profitsharing with parameters of type Receiver Constructor Description ReceiverRequest(Receiver receiver)
-