com.foxinmy.weixin4j.payment.mch
Class MerchantTradeResult

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.MerchantTradeResult
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Order, RefundRecord, RefundResult

public class MerchantTradeResult
extends MerchantResult

商户平台交易结果

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

Constructor Summary
MerchantTradeResult()
           
 
Method Summary
 Integer getCashFee()
           
 String getFeeType()
           
 double getFormatCashFee()
          调用接口获取单位为分,get方法转换为元方便使用
 CurrencyType getFormatFeeType()
           
 double getFormatSettlementTotalFee()
          调用接口获取单位为分,get方法转换为元方便使用
 double getFormatTotalFee()
          调用接口获取单位为分,get方法转换为元方便使用
 String getOutTradeNo()
           
 Integer getSettlementTotalFee()
           
 Integer getTotalFee()
           
 String getTransactionId()
           
 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
 

Constructor Detail

MerchantTradeResult

public MerchantTradeResult()
Method Detail

getCashFee

public Integer getCashFee()

getFormatCashFee

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

Returns:
元单位

getTotalFee

public Integer getTotalFee()

getFormatTotalFee

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

Returns:
元单位

getFormatFeeType

public CurrencyType getFormatFeeType()

getFeeType

public String getFeeType()

getTransactionId

public String getTransactionId()

getOutTradeNo

public String getOutTradeNo()

getSettlementTotalFee

public Integer getSettlementTotalFee()

getFormatSettlementTotalFee

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

Returns:
元单位

toString

public String toString()
Overrides:
toString in class MerchantResult


Copyright © 2014–2017. All rights reserved.