忽略dll文件git
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEcoMycarOrderRefundModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayEcoMycarOrderRefundModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 退款交易编号
|
||||
/// </summary>
|
||||
[JsonProperty("order_no")]
|
||||
public string OrderNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 退款金额(单位:元)
|
||||
/// </summary>
|
||||
[JsonProperty("refund_fee")]
|
||||
public string RefundFee { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 退款原因
|
||||
/// </summary>
|
||||
[JsonProperty("refund_reason")]
|
||||
public string RefundReason { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 退款请求编号,针对一笔退款需保证唯一
|
||||
/// </summary>
|
||||
[JsonProperty("req_no")]
|
||||
public string ReqNo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user