1 package com.foxinmy.weixin4j.pay.type.mch;
2
3 /**
4 * 退款资金来源
5 * @className RefundAccountType
6 * @author jinyu(foxinmy@gmail.com)
7 * @date 2016年12月12日
8 */
9 public enum RefundAccountType {
10 /**
11 * ---未结算资金退款(默认使用未结算资金退款)
12 */
13 REFUND_SOURCE_UNSETTLED_FUNDS,
14 /**
15 * ---可用余额退款
16 */
17 REFUND_SOURCE_RECHARGE_FUNDS
18 }