mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
stripe invoice handling. return credit amount.
This commit is contained in:
@ -8,6 +8,7 @@ namespace Bit.Core.Models.Business
|
||||
{
|
||||
public class BillingInfo
|
||||
{
|
||||
public decimal CreditAmount { get; set; }
|
||||
public BillingSource PaymentSource { get; set; }
|
||||
public BillingSubscription Subscription { get; set; }
|
||||
public BillingInvoice UpcomingInvoice { get; set; }
|
||||
|
Reference in New Issue
Block a user