Uses of Class
com.foxinmy.weixin4j.pay.profitsharing.ReceiverProfit
-
Packages that use ReceiverProfit Package Description com.foxinmy.weixin4j.pay com.foxinmy.weixin4j.pay.api com.foxinmy.weixin4j.pay.profitsharing -
-
Uses of ReceiverProfit in com.foxinmy.weixin4j.pay
Method parameters in com.foxinmy.weixin4j.pay with type arguments of type ReceiverProfit Modifier and Type Method Description ProfitSharingResult
WeixinPayProxy. profitSharing(String transactionId, String outOrderNo, List<ReceiverProfit> receivers, Boolean multi)
请求分帐 -
Uses of ReceiverProfit in com.foxinmy.weixin4j.pay.api
Method parameters in com.foxinmy.weixin4j.pay.api with type arguments of type ReceiverProfit Modifier and Type Method Description ProfitSharingResult
ProfitSharingApi. profitSharing(String transactionId, String outOrderNo, List<ReceiverProfit> receivers, Boolean multi)
请求分帐 -
Uses of ReceiverProfit in com.foxinmy.weixin4j.pay.profitsharing
Subclasses of ReceiverProfit in com.foxinmy.weixin4j.pay.profitsharing Modifier and Type Class Description class
ReceiverProfitResult
分帐方添加删除API调用结果Constructor parameters in com.foxinmy.weixin4j.pay.profitsharing with type arguments of type ReceiverProfit Constructor Description ProfitSharingRequest(String transactionId, String outOrderNo, List<ReceiverProfit> receivers)
-