GetUserOrderHistory_Result.cs
968 Bytes
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace AIAHTML5.ADMIN.API.Entity
{
using System;
public partial class GetUserOrderHistory_Result
{
public int ID { get; set; }
public int UserID { get; set; }
public int ProductID { get; set; }
public string ProductName { get; set; }
public System.DateTime PurchaseDate { get; set; }
public string PaymentStatus { get; set; }
public string PaymentType { get; set; }
public string ErrorMessage { get; set; }
public string OrderStatus { get; set; }
}
}