mirror of https://github.com/Squidex/squidex.git
committed by
GitHub
20 changed files with 107 additions and 94 deletions
@ -0,0 +1,13 @@ |
|||
// ==========================================================================
|
|||
// Squidex Headless CMS
|
|||
// ==========================================================================
|
|||
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
|||
// All rights reserved. Licensed under the MIT license.
|
|||
// ==========================================================================
|
|||
|
|||
#pragma warning disable SA1313 // Parameter names should begin with lower-case letter
|
|||
|
|||
namespace Squidex.Domain.Apps.Entities.Billing |
|||
{ |
|||
public sealed record ReferralInfo(string Code, string Earned, string Condition); |
|||
} |
|||
Loading…
Reference in new issue