mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
send payment failed emails
This commit is contained in:
8
src/Core/Models/Mail/PaymentFailedViewModel.cs
Normal file
8
src/Core/Models/Mail/PaymentFailedViewModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class PaymentFailedViewModel : BaseMailModel
|
||||
{
|
||||
public decimal Amount { get; set; }
|
||||
public bool MentionInvoices { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user