淘宝退款接收
This commit is contained in:
24
Host/Models/TaoBaoRefundModel.cs
Normal file
24
Host/Models/TaoBaoRefundModel.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Host.Models
|
||||
{
|
||||
public class TaoBaoRefundModel
|
||||
{
|
||||
public string RefundId { get; set; }
|
||||
public string BuyerNick { get; set; }
|
||||
public string RefundFee { get; set; }
|
||||
public string Oid { get; set; }
|
||||
public string Tid { get; set; }
|
||||
public string RefundPhase { get; set; }
|
||||
public string BillType { get; set; }
|
||||
public string SellerNick { get; set; }
|
||||
public string Modified { get; set; }
|
||||
public string Phone { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user