Uses of Class
com.foxinmy.weixin4j.pay.type.TradeState
- 
Packages that use TradeState Package Description com.foxinmy.weixin4j.pay.payment.mch com.foxinmy.weixin4j.pay.type 
- 
- 
Uses of TradeState in com.foxinmy.weixin4j.pay.payment.mchMethods in com.foxinmy.weixin4j.pay.payment.mch that return TradeState Modifier and Type Method Description TradeStateOrder. getFormatTradeState()
- 
Uses of TradeState in com.foxinmy.weixin4j.pay.typeMethods in com.foxinmy.weixin4j.pay.type that return TradeState Modifier and Type Method Description static TradeStateTradeState. valueOf(String name)Returns the enum constant of this type with the specified name.static TradeState[]TradeState. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-