✨ Check in rewards NSD & payment
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using DysonNetwork.Sphere.Developer;
|
||||
using NodaTime;
|
||||
|
||||
namespace DysonNetwork.Sphere.Wallet;
|
||||
|
||||
public class WalletCurrency
|
||||
{
|
||||
public const string SourcePoint = "points";
|
||||
}
|
||||
|
||||
public enum OrderStatus
|
||||
{
|
||||
Unpaid,
|
||||
@ -25,6 +31,8 @@ public class Order : ModelBase
|
||||
public Wallet PayeeWallet { get; set; } = null!;
|
||||
public Guid? TransactionId { get; set; }
|
||||
public Transaction? Transaction { get; set; }
|
||||
public Guid? IssuerAppId { get; set; }
|
||||
public CustomApp? IssuerApp { get; set; }
|
||||
}
|
||||
|
||||
public enum TransactionType
|
||||
|
Reference in New Issue
Block a user