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