mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06:00
refactor(billing): Remove unused request model (#6463)
This commit is contained in:
parent
dbce45291c
commit
43779cf2e8
@ -1,13 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Bit.Api.Models.Request.Organizations;
|
||||
|
||||
public class OrganizationVerifyBankRequestModel
|
||||
{
|
||||
[Required]
|
||||
[Range(1, 99)]
|
||||
public int? Amount1 { get; set; }
|
||||
[Required]
|
||||
[Range(1, 99)]
|
||||
public int? Amount2 { get; set; }
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user