com.foxinmy.weixin4j.payment.mch
Class CorpPaymentRecord

java.lang.Object
  extended by com.foxinmy.weixin4j.http.weixin.XmlResult
      extended by com.foxinmy.weixin4j.payment.mch.MerchantResult
          extended by com.foxinmy.weixin4j.payment.mch.CorpPaymentRecord
All Implemented Interfaces:
Serializable

public class CorpPaymentRecord
extends MerchantResult

企业付款记录

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Method Summary
 String getCheckNameResult()
           
 String getCheckNameType()
           
 String getDesc()
           
 String getFailureReason()
           
 boolean getFormatCheckNameResult()
          格式化交易状态
 CorpPaymentCheckNameType getFormatCheckNameType()
           
 double getFormatPaymentAmount()
          调用接口获取单位为分,get方法转换为元方便使用
 boolean getFormatTransactionStatus()
          格式化交易状态
 Date getFormatTransferTime()
          格式化转账时间
 String getOpenId()
           
 String getOutTradeNo()
           
 int getPaymentAmount()
           
 String getTransactionId()
           
 String getTransactionStatus()
           
 String getTransferName()
           
 String getTransferTime()
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTransactionId

public String getTransactionId()

getOutTradeNo

public String getOutTradeNo()

getTransactionStatus

public String getTransactionStatus()

getFormatTransactionStatus

public boolean getFormatTransactionStatus()
格式化交易状态

Returns:

getFailureReason

public String getFailureReason()

getOpenId

public String getOpenId()

getTransferName

public String getTransferName()

getPaymentAmount

public int getPaymentAmount()

getFormatPaymentAmount

public double getFormatPaymentAmount()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getTransferTime

public String getTransferTime()

getFormatTransferTime

public Date getFormatTransferTime()
格式化转账时间

Returns:

getCheckNameType

public String getCheckNameType()

getFormatCheckNameType

public CorpPaymentCheckNameType getFormatCheckNameType()

getDesc

public String getDesc()

getCheckNameResult

public String getCheckNameResult()

getFormatCheckNameResult

public boolean getFormatCheckNameResult()
格式化交易状态

Returns:

toString

public String toString()
Overrides:
toString in class MerchantResult


Copyright © 2014–2017. All rights reserved.