Roc 7 years ago
parent
commit
8b863084a4

+ 3 - 0
src/Essensoft.AspNetCore.Payment.JDPay/Notify/JDPayAsyncNotifyResponse.cs

@@ -4,6 +4,9 @@ using Essensoft.AspNetCore.Payment.JDPay.Domain;
 
 namespace Essensoft.AspNetCore.Payment.JDPay.Notify
 {
+    /// <summary>
+    /// 异步通知接口
+    /// </summary>
     [XmlRoot("jdpay")]
     public class JDPayAsyncNotifyResponse : JDPayNotifyResponse
     {

+ 3 - 0
src/Essensoft.AspNetCore.Payment.JDPay/Notify/JDPayDefrayPayNotifyResponse.cs

@@ -2,6 +2,9 @@
 
 namespace Essensoft.AspNetCore.Payment.JDPay.Notify
 {
+    /// <summary>
+    /// 代付交易 - 异步通知接口
+    /// </summary>
     public class JDPayDefrayPayNotifyResponse : JDPayNotifyResponse
     {
         /// <summary>

+ 3 - 0
src/Essensoft.AspNetCore.Payment.JDPay/Notify/JDPaySyncReturnResponse.cs

@@ -2,6 +2,9 @@
 
 namespace Essensoft.AspNetCore.Payment.JDPay.Notify
 {
+    /// <summary>
+    /// 支付成功页面跳转
+    /// </summary>
     [XmlRoot("jdpay")]
     public class JDPaySyncReturnResponse : JDPayNotifyResponse
     {

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Notify/QPayMicroPayNotifyResponse.cs

@@ -2,6 +2,9 @@
 
 namespace Essensoft.AspNetCore.Payment.QPay.Notify
 {
+    /// <summary>
+    /// 提交付款码支付 - 支付结果通知
+    /// </summary>
     [XmlRoot("xml")]
     public class QPayMicroPayNotifyResponse : QPayNotifyResponse
     {

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Notify/QPayUnifiedOrderNotifyResponse.cs

@@ -2,6 +2,9 @@
 
 namespace Essensoft.AspNetCore.Payment.QPay.Notify
 {
+    /// <summary>
+    /// 统一下单 - 支付结果通知
+    /// </summary>
     [XmlRoot("xml")]
     public class QPayUnifiedOrderNotifyResponse : QPayNotifyResponse
     {

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Request/QPayCloseOrderRequest.cs

@@ -3,6 +3,9 @@ using Essensoft.AspNetCore.Payment.QPay.Response;
 
 namespace Essensoft.AspNetCore.Payment.QPay.Request
 {
+    /// <summary>
+    /// 关闭订单
+    /// </summary>
     public class QPayCloseOrderRequest : IQPayRequest<QPayCloseOrderResponse>
     {
         /// <summary>

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Request/QPayMicroPayRequest.cs

@@ -3,6 +3,9 @@ using Essensoft.AspNetCore.Payment.QPay.Response;
 
 namespace Essensoft.AspNetCore.Payment.QPay.Request
 {
+    /// <summary>
+    /// 提交付款码支付
+    /// </summary>
     public class QPayMicroPayRequest : IQPayRequest<QPayMicroPayResponse>
     {
         /// <summary>

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Request/QPayOrderQueryRequest.cs

@@ -3,6 +3,9 @@ using Essensoft.AspNetCore.Payment.QPay.Response;
 
 namespace Essensoft.AspNetCore.Payment.QPay.Request
 {
+    /// <summary>
+    /// 订单查询
+    /// </summary>
     public class QPayOrderQueryRequest : IQPayRequest<QPayOrderQueryResponse>
     {
         /// <summary>

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Request/QPayRefundQueryRequest.cs

@@ -3,6 +3,9 @@ using Essensoft.AspNetCore.Payment.QPay.Response;
 
 namespace Essensoft.AspNetCore.Payment.QPay.Request
 {
+    /// <summary>
+    /// 退款查询
+    /// </summary>
     public class QPayRefundQueryRequest : IQPayRequest<QPayRefundQueryResponse>
     {
         /// <summary>

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Request/QPayRefundRequest.cs

@@ -3,6 +3,9 @@ using Essensoft.AspNetCore.Payment.QPay.Response;
 
 namespace Essensoft.AspNetCore.Payment.QPay.Request
 {
+    /// <summary>
+    /// 申请退款
+    /// </summary>
     public class QPayRefundRequest : IQPayCertificateRequest<QPayRefundResponse>
     {
         /// <summary>

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Request/QPayReverseRequest.cs

@@ -3,6 +3,9 @@ using Essensoft.AspNetCore.Payment.QPay.Response;
 
 namespace Essensoft.AspNetCore.Payment.QPay.Request
 {
+    /// <summary>
+    /// 撤销订单
+    /// </summary>
     public class QPayReverseRequest : IQPayCertificateRequest<QPayReverseResponse>
     {
         /// <summary>

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Request/QPayStatementDownRequest.cs

@@ -3,6 +3,9 @@ using Essensoft.AspNetCore.Payment.QPay.Response;
 
 namespace Essensoft.AspNetCore.Payment.QPay.Request
 {
+    /// <summary>
+    /// 对账单下载
+    /// </summary>
     public class QPayStatementDownRequest : IQPayRequest<QPayStatementDownResponse>
     {
         /// <summary>

+ 3 - 0
src/Essensoft.AspNetCore.Payment.QPay/Request/QPayUnifiedOrderRequest.cs

@@ -3,6 +3,9 @@ using Essensoft.AspNetCore.Payment.QPay.Response;
 
 namespace Essensoft.AspNetCore.Payment.QPay.Request
 {
+    /// <summary>
+    /// 统一下单
+    /// </summary>
     public class QPayUnifiedOrderRequest : IQPayRequest<QPayUnifiedOrderResponse>
     {
         /// <summary>

+ 3 - 0
src/Essensoft.AspNetCore.Payment.WeChatPay/Notify/WeChatPayRefundNotifyResponse.cs

@@ -2,6 +2,9 @@
 
 namespace Essensoft.AspNetCore.Payment.WeChatPay.Notify
 {
+    /// <summary>
+    /// 申请退款 - 退款结果通知
+    /// </summary>
     [XmlRoot("xml")]
     public class WeChatPayRefundNotifyResponse : WeChatPayNotifyResponse
     {

+ 3 - 0
src/Essensoft.AspNetCore.Payment.WeChatPay/Notify/WeChatPayUnifiedOrderNotifyResponse.cs

@@ -5,6 +5,9 @@ using Essensoft.AspNetCore.Payment.WeChatPay.Parser;
 
 namespace Essensoft.AspNetCore.Payment.WeChatPay.Notify
 {
+    /// <summary>
+    /// 统一下单 - 支付结果通知
+    /// </summary>
     [XmlRoot("xml")]
     public class WeChatPayUnifiedOrderNotifyResponse : WeChatPayNotifyResponse
     {