mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
added credit email notification
This commit is contained in:
7
src/Core/Models/Mail/AddedCreditViewModel.cs
Normal file
7
src/Core/Models/Mail/AddedCreditViewModel.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class AddedCreditViewModel : BaseMailModel
|
||||
{
|
||||
public decimal Amount { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user