Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.Prism/PendingPayout.cs
2023-04-14 15:04:45 +02:00

3 lines
106 B
C#

namespace BTCPayServer.Plugins.Prism;
public record PendingPayout(long PayoutAmount, long FeeCharged);