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