mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
APIs for premium. Billing helpers.
This commit is contained in:
10
src/Core/Models/Api/Request/PaymentRequestModel.cs
Normal file
10
src/Core/Models/Api/Request/PaymentRequestModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Bit.Core.Models.Api
|
||||
{
|
||||
public class PaymentRequestModel
|
||||
{
|
||||
[Required]
|
||||
public string PaymentToken { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user