com.foxinmy.weixin4j.payment.mch
Class APPPayRequest

java.lang.Object
  extended by com.foxinmy.weixin4j.payment.mch.AbstractPayRequest
      extended by com.foxinmy.weixin4j.payment.mch.APPPayRequest
All Implemented Interfaces:
MchPayRequest

public class APPPayRequest
extends AbstractPayRequest

APP支付

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
PrePay, PayRequest, APP支付

Constructor Summary
APPPayRequest(String prePayId, 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

APPPayRequest

public APPPayRequest(String prePayId,
                     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.