All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.ipokerface.weixin.proxy.refund.RefundStatus Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.ipokerface.weixin.proxy.refund;

/**
 * Created by       PokerFace
 * Create Date      2019-12-28.
 * Email:           [email protected]
 * Version          1.0.0
 * 

* Description: */ public enum RefundStatus { /** * 退款成功 */ SUCCESS, /** * 退款失败 */ FAIL, /** * 退款处理中 */ PROCESSING, /** * 未确定,需要商户 原退款单号重新发起 */ NOTSURE, /** * 转入代发,退款到银行发现用户的卡作废或者冻结了,导致原路退款银行卡失败,资金回流到商户的现金帐号,需要商户人工干预,通过线下或者财付通转 * 账的方式进行退款。 */ CHANGE; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy