Uses of Class
com.foxinmy.weixin4j.type.mch.RefundType
-
Packages that use RefundType Package Description com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.type.mch -
-
Uses of RefundType in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type RefundType Modifier and Type Method Description RefundResultV2
PayOldApi. applyRefund(InputStream certificate, IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, String opUserId, String opUserPasswd, String recvUserId, String reccvUserName, RefundType refundType)
退款申请 -
Uses of RefundType in com.foxinmy.weixin4j.type.mch
Methods in com.foxinmy.weixin4j.type.mch that return RefundType Modifier and Type Method Description static RefundType
RefundType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static RefundType[]
RefundType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-