Uses of Class
com.foxinmy.weixin4j.model.WeixinPayAccount
-
Packages that use WeixinPayAccount Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment com.foxinmy.weixin4j.payment.mch -
-
Uses of WeixinPayAccount in com.foxinmy.weixin4j.api
Fields in com.foxinmy.weixin4j.api declared as WeixinPayAccount Modifier and Type Field Description protected WeixinPayAccount
MchApi. weixinAccount
Deprecated.Constructors in com.foxinmy.weixin4j.api with parameters of type WeixinPayAccount Constructor Description CashApi(WeixinPayAccount weixinAccount)
Deprecated.CouponApi(WeixinPayAccount weixinAccount)
Deprecated.CustomsApi(WeixinPayAccount weixinAccount)
Deprecated.MchApi(WeixinPayAccount weixinAccount)
Deprecated.PayApi(WeixinPayAccount weixinAccount)
Deprecated. -
Uses of WeixinPayAccount in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment that return WeixinPayAccount Modifier and Type Method Description WeixinPayAccount
WeixinPayProxy. getWeixinPayAccount()
Deprecated.获取微信商户账号信息Constructors in com.foxinmy.weixin4j.payment with parameters of type WeixinPayAccount Constructor Description WeixinPayProxy(WeixinPayAccount weixinPayAccount)
Deprecated.微信支付接口实现 -
Uses of WeixinPayAccount in com.foxinmy.weixin4j.payment.mch
Methods in com.foxinmy.weixin4j.payment.mch that return WeixinPayAccount Modifier and Type Method Description WeixinPayAccount
AbstractPayRequest. getPaymentAccount()
Deprecated.WeixinPayAccount
MchPayRequest. getPaymentAccount()
Deprecated.支付账号WeixinPayAccount
MICROPayRequest. getPaymentAccount()
Deprecated.Methods in com.foxinmy.weixin4j.payment.mch with parameters of type WeixinPayAccount Modifier and Type Method Description void
MICROPayRequest. setPaymentAccount(WeixinPayAccount paymentAccount)
Deprecated.Constructors in com.foxinmy.weixin4j.payment.mch with parameters of type WeixinPayAccount Constructor Description AbstractPayRequest(String prePayId, WeixinPayAccount paymentAccount)
Deprecated.APPPayRequest(String prePayId, WeixinPayAccount payAccount)
Deprecated.JSAPIPayRequest(String prePayId, WeixinPayAccount payAccount)
Deprecated.NATIVEPayRequest(String prePayId, String codeUrl, WeixinPayAccount payAccount)
Deprecated.NativePayResponse(WeixinPayAccount weixinAccount, String prepayId)
Deprecated.作为return_code 为 SUCCESS 的时候返回WAPPayRequest(String prePayId, String payUrl, WeixinPayAccount payAccount)
Deprecated.
-