✨ Afdian as payment handler
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
using NodaTime;
|
||||
|
||||
namespace DysonNetwork.Sphere.Wallet.PaymentHandlers;
|
||||
|
||||
public interface ISubscriptionOrder
|
||||
{
|
||||
public string Id { get; }
|
||||
|
||||
public string SubscriptionId { get; }
|
||||
|
||||
public Instant BegunAt { get; }
|
||||
|
||||
public Duration Duration { get; }
|
||||
|
||||
public string Provider { get; }
|
||||
|
||||
public string AccountId { get; }
|
||||
}
|
Reference in New Issue
Block a user