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

cn.ipokerface.weixin.model.payment.TradeState Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.ipokerface.weixin.model.payment;

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

* Description: */ public enum TradeState { /** * 支付成功 */ SUCCESS, /** * 转入退款 */ REFUND, /** * 未支付 */ NOTPAY, /** * 已关闭 */ CLOSED, /** * 已撤销 */ REVOKED, /** * 用户支付中 */ USERPAYING, /** * 未支付(输入密码或 确认支付超时) */ NOPAY, /** * 支付失败(其他 原因,如银行返回失败) */ PAYERROR; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy