mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
3 lines
107 B
C#
3 lines
107 B
C#
namespace BTCPayServer.Plugins.Prism;
|
|
|
|
public record PrismSplit(decimal Percentage, string Destination); |