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