Class ReceiverResult
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.pay.profitsharing.ReceiverResult
-
- All Implemented Interfaces:
Serializable
public class ReceiverResult extends MerchantResult
微信支付-服务商分帐接口-分帐接收方API返回结果- Since:
- weixin4j-pay 1.1.0
- Author:
- kit(kit_21cn@21cn.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReceiverResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReceiver()
Receiver
getReceiverObject()
返回接收方java对象void
setReceiver(String receiver)
-
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
getAppId, getDeviceInfo, getFormatRecall, getMchId, getNonceStr, getRecall, getSign, getSignType, getSubAppId, getSubMchId, setAppId, setDeviceInfo, setMchId, setNonceStr, setRecall, setSign, setSignType, setSubAppId, setSubMchId, toString
-
Methods inherited from class com.foxinmy.weixin4j.http.weixin.XmlResult
getErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
-
-