AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
RefundParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRefundNo() |
RefundParam |
setOutRefundNo(String out_refund_no)
商户退款单号,商户系统内部的退款单号,商户系统内部唯一,只能是数字、大小写字母_-|*@ ,同一退款单号多次请求只退一笔。
|
RefundParam |
setOutTradeNo(String out_trade_no)
商户订单号
|
RefundParam |
setRefundDesc(String refund_desc)
退款原因,若商户传入,会在下发给用户的退款消息中体现退款原因
注意:若订单退款金额≤1元,且属于部分退款,则不会在退款消息中体现退款原因
|
RefundParam |
setRefundFee(int refund_fee)
退款总金额,订单总金额,单位为分,只能为整数,详见支付金额
|
RefundParam |
setTotalFee(int total_fee)
订单金额,订单总金额,单位为分,只能为整数,详见支付金额
|
getAppid, getMchId, getOutTradeNo, setAppidceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringcompute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, removepublic RefundParam setOutRefundNo(String out_refund_no)
out_refund_no - 商户退款单号public String getRefundNo()
public RefundParam setOutTradeNo(String out_trade_no)
setOutTradeNo 在类中 PayParamout_trade_no - 商户订单号public RefundParam setTotalFee(int total_fee)
total_fee - 订单金额public RefundParam setRefundFee(int refund_fee)
refund_fee - -退款金额public RefundParam setRefundDesc(String refund_desc)
refund_desc - 退款原因Copyright © 2023. All rights reserved.