public class Order extends MerchantTradeResult
Description:
| 限定符 | 构造器和说明 |
|---|---|
protected |
Order() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttach() |
String |
getBankType() |
String |
getCashFeeType() |
Integer |
getCouponCount() |
Integer |
getCouponFee() |
List<OrderCoupon> |
getCouponList() |
BankType |
getFormatBankType() |
CurrencyType |
getFormatCashFeeType() |
double |
getFormatCouponFee()
调用接口获取单位为分,get方法转换为元方便使用
|
boolean |
getFormatIsSubscribe() |
boolean |
getFormatSubIsSubscribe() |
Date |
getFormatTimeEnd() |
TradeState |
getFormatTradeState() |
TradeType |
getFormatTradeType() |
String |
getIsSubscribe() |
String |
getOpenId() |
String |
getSubIsSubscribe() |
String |
getSubOpenId() |
String |
getTimeEnd() |
String |
getTradeState() |
String |
getTradeStateDesc() |
String |
getTradeType() |
void |
setCouponList(List<OrderCoupon> couponList) |
String |
toString() |
getCashFee, getFeeType, getFormatCashFee, getFormatFeeType, getFormatSettlementTotalFee, getFormatTotalFee, getOutTradeNo, getSettlementTotalFee, getTotalFee, getTransactionIdgetAppId, 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 TradeState getFormatTradeState()
public String getOpenId()
public String getIsSubscribe()
public boolean getFormatIsSubscribe()
public TradeType getFormatTradeType()
public String getBankType()
public BankType getFormatBankType()
public Integer getCouponFee()
public double getFormatCouponFee()
public Integer getCouponCount()
public String getTradeState()
public String getTradeType()
public String getAttach()
public String getTimeEnd()
public Date getFormatTimeEnd()
public String getTradeStateDesc()
public List<OrderCoupon> getCouponList()
public void setCouponList(List<OrderCoupon> couponList)
public String getSubOpenId()
public String getSubIsSubscribe()
public boolean getFormatSubIsSubscribe()
public String getCashFeeType()
public CurrencyType getFormatCashFeeType()
public String toString()
toString 在类中 MerchantTradeResultCopyright © 2019. All rights reserved.