Package com.foxinmy.weixin4j.payment.mch
Class MICROPayRequest
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.payment.mch.MerchantTradeResult
-
- com.foxinmy.weixin4j.payment.mch.Order
-
- com.foxinmy.weixin4j.payment.mch.MICROPayRequest
-
- All Implemented Interfaces:
MchPayRequest
,Serializable
@Deprecated public class MICROPayRequest extends Order implements MchPayRequest
Deprecated.迁移到子模块weixin4j-payMICROPAY刷卡支付- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
PrePay
,PayRequest
, 刷卡支付, Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MICROPayRequest()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description WeixinPayAccount
getPaymentAccount()
Deprecated.支付账号TradeType
getPaymentType()
Deprecated.支付类型String
getPrePayId()
Deprecated.返回null,请不要尝试作为支付请求void
setPaymentAccount(WeixinPayAccount paymentAccount)
Deprecated.PayRequest
toRequestObject()
Deprecated.返回null,请不要尝试作为支付请求String
toRequestString()
Deprecated.返回null,请不要尝试作为支付请求-
Methods inherited from class com.foxinmy.weixin4j.payment.mch.Order
getAttach, getBankType, getCashFeeType, getCouponCount, getCouponFee, getCouponList, getFormatBankType, getFormatCashFeeType, getFormatCouponFee, getFormatIsSubscribe, getFormatSubIsSubscribe, getFormatTimeEnd, getFormatTradeState, getFormatTradeType, getIsSubscribe, getOpenId, getSubIsSubscribe, getSubOpenId, getTimeEnd, getTradeState, getTradeStateDesc, getTradeType, setCouponList, toString
-
Methods inherited from class com.foxinmy.weixin4j.payment.mch.MerchantTradeResult
getCashFee, getFeeType, getFormatCashFee, getFormatFeeType, getFormatSettlementTotalFee, getFormatTotalFee, getOutTradeNo, getSettlementTotalFee, getTotalFee, getTransactionId
-
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
-
getPaymentType
public TradeType getPaymentType()
Deprecated.Description copied from interface:MchPayRequest
支付类型- Specified by:
getPaymentType
in interfaceMchPayRequest
- Returns:
-
toRequestString
public String toRequestString()
Deprecated.返回null,请不要尝试作为支付请求- Specified by:
toRequestString
in interfaceMchPayRequest
- Returns:
-
toRequestObject
public PayRequest toRequestObject()
Deprecated.返回null,请不要尝试作为支付请求- Specified by:
toRequestObject
in interfaceMchPayRequest
- Returns:
-
getPrePayId
public String getPrePayId()
Deprecated.返回null,请不要尝试作为支付请求- Specified by:
getPrePayId
in interfaceMchPayRequest
- Returns:
-
setPaymentAccount
public void setPaymentAccount(WeixinPayAccount paymentAccount)
Deprecated.
-
getPaymentAccount
public WeixinPayAccount getPaymentAccount()
Deprecated.Description copied from interface:MchPayRequest
支付账号- Specified by:
getPaymentAccount
in interfaceMchPayRequest
- Returns:
-
-