public class MerchantTradeResult extends MerchantResult
Description:
| 构造器和说明 |
|---|
MerchantTradeResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
getAppId, getDeviceInfo, getFormatRecall, getFormatSignType, getMchId, getNonceStr, getRecall, getSign, getSignType, getSubAppId, getSubMchId, setAppId, setDeviceInfo, setMchId, setNonceStr, setRecall, setSign, setSignType, setSubAppId, setSubMchIdgetErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCodepublic Integer getCashFee()
public double getFormatCashFee()
public Integer getTotalFee()
public double getFormatTotalFee()
public CurrencyType getFormatFeeType()
public String getFeeType()
public String getTransactionId()
public String getOutTradeNo()
public Integer getSettlementTotalFee()
public double getFormatSettlementTotalFee()
public String toString()
toString 在类中 MerchantResultCopyright © 2019. All rights reserved.