mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
refactor(billing): Remove unused request model (#6463)
This commit is contained in:
@@ -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; }
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user