| 程序包 | 说明 |
|---|---|
| cn.ipokerface.weixin.proxy | |
| cn.ipokerface.weixin.proxy.refund |
| 限定符和类型 | 方法和说明 |
|---|---|
RefundResult |
WeixinPaymentProxy.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee,
double refundFee,
CurrencyType refundFeeType,
String opUserId,
String refundDesc,
RefundAccountType refundAccountType)
申请退款
|
RefundResult |
PaymentProxy.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee,
double refundFee,
CurrencyType refundFeeType,
String opUserId,
String refundDesc,
RefundAccountType refundAccountType)
申请退款(请求需要双向证书)
当交易发生之后一段时间内,由于买家或者卖家的原因需要退款时,卖家可以通过退款接口将支付款退还给买家,微信支付将在收到退款请求并且验证成功之后,
按照退款规则将支付款按原路退到买家帐号上。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RefundAccountType |
RefundAccountType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RefundAccountType[] |
RefundAccountType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2019. All rights reserved.