git-subtree-dir: backend git-subtree-mainline:ab911955edgit-subtree-split:040cfd7a75
6 lines
142 B
C#
6 lines
142 B
C#
namespace Hutopy.Web.Features.Memberships.Events;
|
|
|
|
public record StripeAccountConfigured(
|
|
Guid CreatorId,
|
|
string StripeAccountId);
|