Files
btcpayserver/BTCPayServer/Payments/PaymentTypes.cs
2018-02-19 02:38:03 +09:00

13 lines
194 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace BTCPayServer.Payments
{
public enum PaymentTypes
{
BTCLike
}
}