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.mch
Methods in com.foxinmy.weixin4j.pay.payment.mch that return TradeState Modifier and Type Method Description TradeState
Order. getFormatTradeState()
-
Uses of TradeState in com.foxinmy.weixin4j.pay.type
Methods in com.foxinmy.weixin4j.pay.type that return TradeState Modifier and Type Method Description static TradeState
TradeState. 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.
-