Uses of Class
com.foxinmy.weixin4j.payment.mch.CustomsOrderResult
-
Packages that use CustomsOrderResult Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment com.foxinmy.weixin4j.payment.mch -
-
Uses of CustomsOrderResult in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.api that return CustomsOrderResult Modifier and Type Method Description CustomsOrderResult
CustomsApi. declareCustomsOrder(CustomsOrder customsOrder)
Deprecated.订单附加信息提交 -
Uses of CustomsOrderResult in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment that return CustomsOrderResult Modifier and Type Method Description CustomsOrderResult
WeixinPayProxy. declareCustomsOrder(CustomsOrder customsOrder)
Deprecated.订单附加信息提交 -
Uses of CustomsOrderResult in com.foxinmy.weixin4j.payment.mch
Methods in com.foxinmy.weixin4j.payment.mch that return types with arguments of type CustomsOrderResult Modifier and Type Method Description List<CustomsOrderResult>
CustomsOrderRecord. getCustomsOrderList()
Deprecated.Method parameters in com.foxinmy.weixin4j.payment.mch with type arguments of type CustomsOrderResult Modifier and Type Method Description void
CustomsOrderRecord. setCustomsOrderList(List<CustomsOrderResult> customsOrderList)
Deprecated.
-