Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.Prism/PendingPayout.cs
2023-08-14 21:57:42 +02:00

3 lines
128 B
C#

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