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