com.foxinmy.weixin4j.payment.mch
Class WAPPayRequest

java.lang.Object
  extended by com.foxinmy.weixin4j.payment.mch.AbstractPayRequest
      extended by com.foxinmy.weixin4j.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支付

Constructor Summary
WAPPayRequest(String prePayId, String payUrl, WeixinPayAccount payAccount)
           
 
Method Summary
 TradeType getPaymentType()
          支付类型
 PayRequest toRequestObject()
          只做查看之用,请不要尝试作为支付请求
 String toRequestString()
          支付请求字符串
 
Methods inherited from class com.foxinmy.weixin4j.payment.mch.AbstractPayRequest
getPaymentAccount, getPrePayId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WAPPayRequest

public WAPPayRequest(String prePayId,
                     String payUrl,
                     WeixinPayAccount payAccount)
Method Detail

getPaymentType

public TradeType getPaymentType()
Description copied from interface: MchPayRequest
支付类型

Returns:

toRequestObject

public PayRequest toRequestObject()
只做查看之用,请不要尝试作为支付请求

Returns:

toRequestString

public String toRequestString()
Description copied from interface: MchPayRequest
支付请求字符串

Returns:


Copyright © 2014–2017. All rights reserved.