Uses of Class
com.foxinmy.weixin4j.pay.model.WeixinPayAccount
-
Packages that use WeixinPayAccount Package Description com.foxinmy.weixin4j.pay com.foxinmy.weixin4j.pay.api com.foxinmy.weixin4j.pay.payment.face com.foxinmy.weixin4j.pay.payment.mch -
-
Uses of WeixinPayAccount in com.foxinmy.weixin4j.pay
Methods in com.foxinmy.weixin4j.pay that return WeixinPayAccount Modifier and Type Method Description WeixinPayAccount
WeixinPayProxy. getWeixinPayAccount()
获取微信商户账号信息Constructors in com.foxinmy.weixin4j.pay with parameters of type WeixinPayAccount Constructor Description WeixinPayProxy(WeixinPayAccount weixinPayAccount)
微信支付接口实现 -
Uses of WeixinPayAccount in com.foxinmy.weixin4j.pay.api
Fields in com.foxinmy.weixin4j.pay.api declared as WeixinPayAccount Modifier and Type Field Description protected WeixinPayAccount
MchApi. weixinAccount
Constructors in com.foxinmy.weixin4j.pay.api with parameters of type WeixinPayAccount Constructor Description CashApi(WeixinPayAccount weixinAccount)
CouponApi(WeixinPayAccount weixinAccount)
CustomsApi(WeixinPayAccount weixinAccount)
MchApi(WeixinPayAccount weixinAccount)
PayApi(WeixinPayAccount weixinAccount)
ProfitSharingApi(WeixinPayAccount weixinAccount)
-
Uses of WeixinPayAccount in com.foxinmy.weixin4j.pay.payment.face
Constructors in com.foxinmy.weixin4j.pay.payment.face with parameters of type WeixinPayAccount Constructor Description PayfaceAuthinfoRequest(WeixinPayAccount account, String storeId, String storeName, String deviceId, String attach, String rawdata)
-
Uses of WeixinPayAccount in com.foxinmy.weixin4j.pay.payment.mch
Methods in com.foxinmy.weixin4j.pay.payment.mch that return WeixinPayAccount Modifier and Type Method Description WeixinPayAccount
AbstractPayRequest. getPaymentAccount()
WeixinPayAccount
MchPayRequest. getPaymentAccount()
支付账号WeixinPayAccount
MICROPayRequest. getPaymentAccount()
Methods in com.foxinmy.weixin4j.pay.payment.mch with parameters of type WeixinPayAccount Modifier and Type Method Description void
MICROPayRequest. setPaymentAccount(WeixinPayAccount paymentAccount)
Constructors in com.foxinmy.weixin4j.pay.payment.mch with parameters of type WeixinPayAccount Constructor Description 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)
-