Class ProfitSharingRequest
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.pay.profitsharing.ProfitSharingRequest
-
- All Implemented Interfaces:
Serializable
public class ProfitSharingRequest extends MerchantResult
单次分帐的请求内容- Since:
- weixin4j-pay 1.1.0
- Author:
- kit(kit.li@qq.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfitSharingRequest(String transactionId, String outOrderNo, List<ReceiverProfit> receivers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getOutOrderNo()
String
getReceivers()
String
getSignType()
String
getTransactionId()
void
setDescription(String description)
void
setOutOrderNo(String outOrderNo)
void
setReceivers(String receivers)
void
setTransactionId(String transactionId)
-
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
getAppId, getDeviceInfo, getFormatRecall, getMchId, getNonceStr, getRecall, getSign, 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
-
-
-
-
Constructor Detail
-
ProfitSharingRequest
public ProfitSharingRequest(String transactionId, String outOrderNo, List<ReceiverProfit> receivers)
-
-
Method Detail
-
getTransactionId
public String getTransactionId()
-
setTransactionId
public void setTransactionId(String transactionId)
-
getOutOrderNo
public String getOutOrderNo()
-
setOutOrderNo
public void setOutOrderNo(String outOrderNo)
-
getReceivers
public String getReceivers()
-
setReceivers
public void setReceivers(String receivers)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getSignType
public String getSignType()
- Overrides:
getSignType
in classMerchantResult
-
-