We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b44495 + 9c44b0a commit 52c917cCopy full SHA for 52c917c
src/NoFrixion.MoneyMoov/Models/WebHook/WebhookCreate.cs
@@ -85,7 +85,7 @@ public WebhookResourceTypesEnum Type
85
/// The type of notification that will be sent.
86
/// </summary>
87
[Required]
88
- public NotificationMethodTypesEnum NotificationMethod { get; set; }
+ public NotificationMethodTypesEnum NotificationMethod { get; set; } = NotificationMethodTypesEnum.Email;
89
90
public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
91
{
0 commit comments