Package com.foxinmy.weixin4j.payment.mch
Class WAPPayRequest
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.mch.AbstractPayRequest
-
- com.foxinmy.weixin4j.payment.mch.WAPPayRequest
-
- All Implemented Interfaces:
MchPayRequest
@Deprecated public class WAPPayRequest extends AbstractPayRequest
Deprecated.WAP支付- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
PrePay
,PayRequest
, WAP支付
-
-
Field Summary
-
Fields inherited from class com.foxinmy.weixin4j.payment.mch.AbstractPayRequest
weixinSignature
-
-
Constructor Summary
Constructors Constructor Description WAPPayRequest(String prePayId, String payUrl, WeixinPayAccount payAccount)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TradeType
getPaymentType()
Deprecated.支付类型PayRequest
toRequestObject()
Deprecated.只做查看之用,请不要尝试作为支付请求String
toRequestString()
Deprecated.支付请求字符串-
Methods inherited from class com.foxinmy.weixin4j.payment.mch.AbstractPayRequest
getPaymentAccount, getPrePayId
-
-
-
-
Constructor Detail
-
WAPPayRequest
public WAPPayRequest(String prePayId, String payUrl, WeixinPayAccount payAccount)
Deprecated.
-
-
Method Detail
-
getPaymentType
public TradeType getPaymentType()
Deprecated.Description copied from interface:MchPayRequest
支付类型- Returns:
-
toRequestObject
public PayRequest toRequestObject()
Deprecated.只做查看之用,请不要尝试作为支付请求- Returns:
-
toRequestString
public String toRequestString()
Deprecated.Description copied from interface:MchPayRequest
支付请求字符串- Returns:
-
-