Uses of Class
com.foxinmy.weixin4j.type.CustomsCity
-
Packages that use CustomsCity Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment com.foxinmy.weixin4j.payment.mch com.foxinmy.weixin4j.type -
-
Uses of CustomsCity in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.api with parameters of type CustomsCity Modifier and Type Method Description CustomsOrderRecord
CustomsApi. queryCustomsOrder(IdQuery idQuery, CustomsCity customsCity)
Deprecated.订单附加信息查询 -
Uses of CustomsCity in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment with parameters of type CustomsCity Modifier and Type Method Description CustomsOrderRecord
WeixinPayProxy. queryCustomsOrder(IdQuery idQuery, CustomsCity customsCity)
Deprecated.订单附加信息查询 -
Uses of CustomsCity in com.foxinmy.weixin4j.payment.mch
Methods in com.foxinmy.weixin4j.payment.mch that return CustomsCity Modifier and Type Method Description CustomsCity
CustomsOrder. getCustomsCity()
Deprecated.Methods in com.foxinmy.weixin4j.payment.mch with parameters of type CustomsCity Modifier and Type Method Description void
CustomsOrder. setCustomsCity(CustomsCity customsCity)
Deprecated. -
Uses of CustomsCity in com.foxinmy.weixin4j.type
Methods in com.foxinmy.weixin4j.type that return CustomsCity Modifier and Type Method Description static CustomsCity
CustomsCity. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static CustomsCity[]
CustomsCity. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-