Uses of Class
com.foxinmy.weixin4j.payment.mch.MerchantResult
-
Packages that use MerchantResult Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment com.foxinmy.weixin4j.payment.coupon com.foxinmy.weixin4j.payment.mch -
-
Uses of MerchantResult in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.api with type parameters of type MerchantResult Modifier and Type Method Description protected <T extends MerchantResult>
voidMchApi. declareMerchant(T merchant)
Deprecated.设置商户信息Methods in com.foxinmy.weixin4j.api that return MerchantResult Modifier and Type Method Description MerchantResult
PayApi. closeOrder(String outTradeNo)
Deprecated.关闭订单MerchantResult
PayApi. reverseOrder(IdQuery idQuery)
Deprecated.冲正订单(需要证书) 当支付返回失败,或收银系统超时需要取消交易,可以调用该接口 接口逻辑:支 付失败的关单,支付成功的撤销支付 7天以内的单可撤销,其他正常支付的单 如需实现相同功能请调用退款接口 调用扣款接口后请勿立即调用撤销,需要等待5秒以上。先调用查单接口,如果没有确切的返回,再调用撤销 -
Uses of MerchantResult in com.foxinmy.weixin4j.payment
Subclasses of MerchantResult in com.foxinmy.weixin4j.payment Modifier and Type Class Description class
PayPackage
Deprecated.迁移到子模块weixin4j-payMethods in com.foxinmy.weixin4j.payment that return MerchantResult Modifier and Type Method Description MerchantResult
WeixinPayProxy. closeOrder(String outTradeNo)
Deprecated.关闭订单MerchantResult
WeixinPayProxy. reverseOrder(IdQuery idQuery)
Deprecated.冲正订单(需要证书) 当支付返回失败,或收银系统超时需要取消交易,可以调用该接口 接口逻辑:支 付失败的关单,支付成功的撤销支付 7天以内的单可撤销,其他正常支付的单 如需实现相同功能请调用退款接口 调用扣款接口后请勿立即调用撤销,需要等待5秒以上。先调用查单接口,如果没有确切的返回,再调用撤销 -
Uses of MerchantResult in com.foxinmy.weixin4j.payment.coupon
Subclasses of MerchantResult in com.foxinmy.weixin4j.payment.coupon Modifier and Type Class Description class
CouponDetail
Deprecated.迁移到子模块weixin4j-payclass
CouponResult
Deprecated.迁移到子模块weixin4j-payclass
CouponStock
Deprecated.迁移到子模块weixin4j-pay -
Uses of MerchantResult in com.foxinmy.weixin4j.payment.mch
Subclasses of MerchantResult in com.foxinmy.weixin4j.payment.mch Modifier and Type Class Description class
CorpPayment
Deprecated.迁移到子模块weixin4j-payclass
CorpPaymentRecord
Deprecated.迁移到子模块weixin4j-payclass
CorpPaymentResult
Deprecated.迁移到子模块weixin4j-payclass
CustomsOrder
Deprecated.迁移到子模块weixin4j-payclass
CustomsOrderRecord
Deprecated.迁移到子模块weixin4j-payclass
CustomsOrderResult
Deprecated.迁移到子模块weixin4j-payclass
MchPayPackage
Deprecated.迁移到子模块weixin4j-payclass
MerchantTradeResult
Deprecated.迁移到子模块weixin4j-payclass
MICROPayRequest
Deprecated.迁移到子模块weixin4j-payclass
NativePayNotify
Deprecated.迁移到子模块weixin4j-payclass
NativePayResponse
Deprecated.迁移到子模块weixin4j-payclass
OpenIdResult
Deprecated.迁移到子模块weixin4j-payclass
Order
Deprecated.迁移到子模块weixin4j-payclass
PrePay
Deprecated.迁移到子模块weixin4j-payclass
Redpacket
Deprecated.迁移到子模块weixin4j-payclass
RedpacketSendResult
Deprecated.迁移到子模块weixin4j-payclass
RefundRecord
Deprecated.迁移到子模块weixin4j-payclass
RefundResult
Deprecated.迁移到子模块weixin4j-payclass
SettlementRecord
Deprecated.
-