|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RefundAccountType | |
|---|---|
| com.foxinmy.weixin4j.api | |
| com.foxinmy.weixin4j.payment | |
| com.foxinmy.weixin4j.type.mch | |
| Uses of RefundAccountType in com.foxinmy.weixin4j.api |
|---|
| Methods in com.foxinmy.weixin4j.api with parameters of type RefundAccountType | |
|---|---|
RefundResult |
PayApi.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee,
double refundFee,
CurrencyType refundFeeType,
String opUserId,
String refundDesc,
RefundAccountType refundAccountType)
申请退款(请求需要双向证书) |
| Uses of RefundAccountType in com.foxinmy.weixin4j.payment |
|---|
| Methods in com.foxinmy.weixin4j.payment with parameters of type RefundAccountType | |
|---|---|
RefundResult |
WeixinPayProxy.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee,
double refundFee,
CurrencyType refundFeeType,
String opUserId,
String refundDesc,
RefundAccountType refundAccountType)
申请退款(请求需要双向证书) |
| Uses of RefundAccountType in com.foxinmy.weixin4j.type.mch |
|---|
| Methods in com.foxinmy.weixin4j.type.mch that return RefundAccountType | |
|---|---|
static RefundAccountType |
RefundAccountType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RefundAccountType[] |
RefundAccountType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||