Uses of Class
com.foxinmy.weixin4j.pay.type.TradeType
-
Packages that use TradeType Package Description com.foxinmy.weixin4j.pay.payment.mch com.foxinmy.weixin4j.pay.type -
-
Uses of TradeType in com.foxinmy.weixin4j.pay.payment.mch
Methods in com.foxinmy.weixin4j.pay.payment.mch that return TradeType Modifier and Type Method Description TradeType
Order. getFormatTradeType()
TradeType
APPPayRequest. getPaymentType()
TradeType
JSAPIPayRequest. getPaymentType()
TradeType
MchPayRequest. getPaymentType()
支付类型TradeType
MICROPayRequest. getPaymentType()
TradeType
NATIVEPayRequest. getPaymentType()
TradeType
WAPPayRequest. getPaymentType()
TradeType
PrePay. getTradeType()
Methods in com.foxinmy.weixin4j.pay.payment.mch with parameters of type TradeType Modifier and Type Method Description void
PrePay. setTradeType(TradeType tradeType)
Constructors in com.foxinmy.weixin4j.pay.payment.mch with parameters of type TradeType Constructor Description 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, String receipt, String deposit, String profitSharing)
完整参数 -
Uses of TradeType in com.foxinmy.weixin4j.pay.type
Methods in com.foxinmy.weixin4j.pay.type that return TradeType Modifier and Type Method Description 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.
-