| | |
| | | internal const string FundTransCommonQuery = "alipay.fund.trans.common.query"; |
| | | internal const string FundTransOrderChanged = "alipay.fund.trans.order.changed"; |
| | | internal const string FundTransPagePay = "alipay.fund.trans.page.pay"; |
| | | |
| | | internal const string TradeRefund = "alipay.trade.refund"; |
| | | |
| | | //internal const string FundBatchUniTransfer = "alipay.fund.batch.uni.transfer"; |
| | | //internal const string FundBatchDetailQuery = "alipay.fund.batch.detail.query"; |
| | | //internal const string FundBatchOrderChanged = "alipay.fund.batch.order.changed"; |
| | | //internal const string FundAccountQuery = "alipay.fund.account.query"; |
| | | internal const string DataBillErceiptApply = "alipay.data.bill.ereceiptagent.apply"; |
| | | internal const string DataBillEreceiptQuery = "alipay.data.bill.accountbookereceipt.query"; |
| | | internal const string DataBillErceiptApply = "alipay.data.bill.ereceipt.apply"; |
| | | internal const string DataBillEreceiptQuery = "alipay.data.bill.ereceipt.query"; |
| | | internal const string DataDataserviceBillDownloadUrlQuery = "alipay.data.dataservice.bill.downloadurl.query"; |
| | | |
| | | |
| | | } |
| | | public class AlipayStatus |
| | | { |
| | | /// <summary> |
| | | /// 交易创建,等待买家付款 |
| | | /// </summary> |
| | | public const string WAITBUYERPAY = "WAIT_BUYER_PAY"; |
| | | |
| | | /// <summary> |
| | | /// 未付款交易超时关闭,或支付完成后全额退款 |
| | | /// </summary> |
| | | public const string TRADECLOSED = "TRADE_CLOSED"; |
| | | |
| | | /// <summary> |
| | | /// 交易支付成功 |
| | | /// </summary> |
| | | public const string TRADESUCCESS = "TRADE_SUCCESS"; |
| | | |
| | | /// <summary> |
| | | /// 交易结束,不可退款 |
| | | /// </summary> |
| | | public const string TRADEFINISHED = "TRADE_FINISHED"; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 交易状态 |
| | | /// </summary> |
| | | public class AlipayRefundStatus |
| | | { |
| | | /// <summary> |
| | | /// 退款处理成功:REFUND_SUCCESS 未返回该字段表示退款请求未收到或者退款失败 |
| | | /// </summary> |
| | | public const string Success = "REFUND_SUCCESS"; |
| | | } |
| | | public class AlipayResultCode |
| | | { |
| | | public const string Success = "10000"; |