mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2026-02-12 03:05:05 +01:00
3 lines
128 B
C#
3 lines
128 B
C#
namespace BTCPayServer.Plugins.Prism;
|
|
|
|
public record PendingPayout(long PayoutAmount, long FeeCharged, string DestinationId); |