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