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