Package com.foxinmy.weixin4j.payment.mch
Class CorpPaymentRecord
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.payment.mch.CorpPaymentRecord
-
- All Implemented Interfaces:
Serializable
@Deprecated public class CorpPaymentRecord extends MerchantResult
Deprecated.迁移到子模块weixin4j-pay企业付款记录- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CorpPaymentRecord()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getCheckNameResult()
Deprecated.String
getCheckNameType()
Deprecated.String
getDesc()
Deprecated.String
getFailureReason()
Deprecated.boolean
getFormatCheckNameResult()
Deprecated.格式化交易状态CorpPaymentCheckNameType
getFormatCheckNameType()
Deprecated.double
getFormatPaymentAmount()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用boolean
getFormatTransactionStatus()
Deprecated.格式化交易状态Date
getFormatTransferTime()
Deprecated.格式化转账时间String
getOpenId()
Deprecated.String
getOutTradeNo()
Deprecated.int
getPaymentAmount()
Deprecated.String
getTransactionId()
Deprecated.String
getTransactionStatus()
Deprecated.String
getTransferName()
Deprecated.String
getTransferTime()
Deprecated.String
toString()
Deprecated.-
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
-
Methods inherited from class com.foxinmy.weixin4j.http.weixin.XmlResult
getErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
-
-
-
-
Method Detail
-
getTransactionId
public String getTransactionId()
Deprecated.
-
getOutTradeNo
public String getOutTradeNo()
Deprecated.
-
getTransactionStatus
public String getTransactionStatus()
Deprecated.
-
getFormatTransactionStatus
public boolean getFormatTransactionStatus()
Deprecated.格式化交易状态- Returns:
-
getFailureReason
public String getFailureReason()
Deprecated.
-
getOpenId
public String getOpenId()
Deprecated.
-
getTransferName
public String getTransferName()
Deprecated.
-
getPaymentAmount
public int getPaymentAmount()
Deprecated.
-
getFormatPaymentAmount
public double getFormatPaymentAmount()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getTransferTime
public String getTransferTime()
Deprecated.
-
getFormatTransferTime
public Date getFormatTransferTime()
Deprecated.格式化转账时间- Returns:
-
getCheckNameType
public String getCheckNameType()
Deprecated.
-
getFormatCheckNameType
public CorpPaymentCheckNameType getFormatCheckNameType()
Deprecated.
-
getDesc
public String getDesc()
Deprecated.
-
getCheckNameResult
public String getCheckNameResult()
Deprecated.
-
getFormatCheckNameResult
public boolean getFormatCheckNameResult()
Deprecated.格式化交易状态- Returns:
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classMerchantResult
-
-