Uses of Class
com.foxinmy.weixin4j.model.WeixinPayAccount

Packages that use WeixinPayAccount
com.foxinmy.weixin4j.api   
com.foxinmy.weixin4j.payment   
com.foxinmy.weixin4j.payment.mch   
 

Uses of WeixinPayAccount in com.foxinmy.weixin4j.api
 

Constructors in com.foxinmy.weixin4j.api with parameters of type WeixinPayAccount
CashApi(WeixinPayAccount weixinAccount)
           
CouponApi(WeixinPayAccount weixinAccount)
           
CustomsApi(WeixinPayAccount weixinAccount)
           
MchApi(WeixinPayAccount weixinAccount)
           
PayApi(WeixinPayAccount weixinAccount)
           
 

Uses of WeixinPayAccount in com.foxinmy.weixin4j.payment
 

Methods in com.foxinmy.weixin4j.payment that return WeixinPayAccount
 WeixinPayAccount WeixinPayProxy.getWeixinPayAccount()
          获取微信商户账号信息
 

Constructors in com.foxinmy.weixin4j.payment with parameters of type WeixinPayAccount
WeixinPayProxy(WeixinPayAccount weixinPayAccount)
          微信支付接口实现
 

Uses of WeixinPayAccount in com.foxinmy.weixin4j.payment.mch
 

Methods in com.foxinmy.weixin4j.payment.mch that return WeixinPayAccount
 WeixinPayAccount MICROPayRequest.getPaymentAccount()
           
 WeixinPayAccount MchPayRequest.getPaymentAccount()
          支付账号
 WeixinPayAccount AbstractPayRequest.getPaymentAccount()
           
 

Methods in com.foxinmy.weixin4j.payment.mch with parameters of type WeixinPayAccount
 void MICROPayRequest.setPaymentAccount(WeixinPayAccount paymentAccount)
           
 

Constructors in com.foxinmy.weixin4j.payment.mch with parameters of type WeixinPayAccount
AbstractPayRequest(String prePayId, WeixinPayAccount paymentAccount)
           
APPPayRequest(String prePayId, WeixinPayAccount payAccount)
           
JSAPIPayRequest(String prePayId, WeixinPayAccount payAccount)
           
NATIVEPayRequest(String prePayId, String codeUrl, WeixinPayAccount payAccount)
           
NativePayResponse(WeixinPayAccount weixinAccount, String prepayId)
          作为return_code 为 SUCCESS 的时候返回
WAPPayRequest(String prePayId, String payUrl, WeixinPayAccount payAccount)
           
 



Copyright © 2014–2017. All rights reserved.