com.foxinmy.weixin4j.payment.mch
Class CorpPaymentResult
java.lang.Object
com.foxinmy.weixin4j.http.weixin.XmlResult
com.foxinmy.weixin4j.payment.mch.MerchantResult
com.foxinmy.weixin4j.payment.mch.CorpPaymentResult
- All Implemented Interfaces:
- Serializable
public class CorpPaymentResult
- extends MerchantResult
企业付款结果
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
| Methods inherited from class com.foxinmy.weixin4j.payment.mch.MerchantResult |
getAppId, getDeviceInfo, getFormatRecall, getFormatSignType, getMchId, getNonceStr, getRecall, getSign, getSignType, getSubAppId, getSubMchId, setAppId, setDeviceInfo, setMchId, setNonceStr, setRecall, setSign, setSignType, setSubAppId, setSubMchId |
getTransactionId
public String getTransactionId()
getOutTradeNo
public String getOutTradeNo()
getPaymentTime
public String getPaymentTime()
getFormatPaymentTime
public Date getFormatPaymentTime()
toString
public String toString()
- Overrides:
toString in class MerchantResult
Copyright © 2014–2017. All rights reserved.