Uses of Class
com.foxinmy.weixin4j.type.TradeType

Packages that use TradeType
com.foxinmy.weixin4j.payment.mch   
com.foxinmy.weixin4j.type   
 

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

Methods in com.foxinmy.weixin4j.payment.mch that return TradeType
 TradeType Order.getFormatTradeType()
           
 TradeType WAPPayRequest.getPaymentType()
           
 TradeType NATIVEPayRequest.getPaymentType()
           
 TradeType MICROPayRequest.getPaymentType()
           
 TradeType MchPayRequest.getPaymentType()
          支付类型
 TradeType JSAPIPayRequest.getPaymentType()
           
 TradeType APPPayRequest.getPaymentType()
           
 TradeType PrePay.getTradeType()
           
 

Methods in com.foxinmy.weixin4j.payment.mch with parameters of type TradeType
 void PrePay.setTradeType(TradeType tradeType)
           
 

Constructors in com.foxinmy.weixin4j.payment.mch with parameters of type TradeType
MchPayPackage(String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, TradeType tradeType, String openId, String authCode, String productId, String attach)
          微信支付
MchPayPackage(String body, String detial, String outTradeNo, double totalFee, CurrencyType feeType, String notifyUrl, String createIp, TradeType tradeType, String openId, String authCode, String productId, String attach, Date timeStart, Date timeExpire, String goodsTag, String limitPay, String subOpenId)
          完整参数
 

Uses of TradeType in com.foxinmy.weixin4j.type
 

Methods in com.foxinmy.weixin4j.type that return TradeType
static TradeType TradeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TradeType[] TradeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014–2017. All rights reserved.